Welcome to the React ToDo App! This project was created for practice purposes to enhance my skills in React development.
This ToDo App is a simple project built using React. While functionality is the primary focus, minimal styling has been applied to keep the focus on React concepts.
- Add tasks to your todo list.
- Mark tasks as completed.
- Delete tasks from the list.
- React
- JSX
- Clone the repository:
git clone https://github.com/Raish10100/reactToDoApp.git
- Navigate to the project directory:
cd reactToDoApp
- Install dependencies:
npm install
- Start the development server:
npm start
Simply add tasks to your todo list, mark them as completed when done, and delete them as needed.
Contributions are welcome! To contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your changes"
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
This project was created by Raish Vadaviya. If you have any questions or feedback, feel free to contact me at my email address: raishgma101001@gmail.com