This is a Todo app developed using React and javascript. You can check the live demo of this app here https://todoapp-abdul.netlify.app I have added some features to it which are listed below:
- Add todo
- Remove todo
- Mark/Unmark todo as complete or incomplete
- Used React-Toastify library for notifications https://www.npmjs.com/package/react-toastify
- Used react icons library https://react-icons.github.io
- Used Bootstrap for styling https://getbootstrap.com
- Day/night theme mode
- Realtime date and timer
- Search functionality
- Todo filters for complete and incomplete
You can clone this repository and run it by this command "npm run dev"
Open http://localhost:3000 with your browser to see the result.