Welcome to the Todo React App repository! This project provides a user-friendly web interface for managing tasks and todos. The app allows users to organize their tasks, mark them as completed, and stay on top of their to-do lists.
Check out the live demo of the Todo React App: Demo Link
Demo User,
Email : [email protected]
Password : 123456
- Add tasks with titles and descriptions.
- Mark tasks as completed.
- Clean and intuitive user interface.
- Responsive design for various screen sizes.
- Node.js (v14 or higher)
- npm (Node Package Manager)
Clone the repository:
git clone https://github.com/ad1tyaSharma/todo-api.git
cd todo-api
Install the dependencies:
npm install
Run the development server:
npm run dev
Open your browser and navigate to http://localhost:3000
.
Contributions are welcome! If you find any issues or want to enhance the app, feel free to open a pull request. Make sure to follow the existing coding style and add appropriate tests for your changes.
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push the changes to your fork.
- Open a pull request explaining your changes.