A simple and intuitive To-Do Application built using React to help users manage their tasks efficiently.
Ensure you have the following installed on your system:
- Node.js (v14+ recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo - Install dependencies:
npm install
- Start the application:
npm start
- Open your browser and navigate to:
http://localhost:3000
- React: For building the user interface.
- JavaScript (ES6): Core programming language.
- CSS: For styling the application.
- HTML5: Base structure of the application.
components/: Contains reusable React components.styles/: Contains CSS files for styling.App.js: Main component managing the app state.