This is a simple to-do list application to help you organize your daily activities. You can add, complete, and remove tasks as needed.
- React.js
- TypeScript
- Styled-components
- Context API (for state management)
- Local Storage (for local data storage)
- UUID (for tasks management)
-
You may clone this repository to your local evironment and navigate to it.
-
Run the following command:
yarn
then
yarn wrap
- Open your browser and visit
http://localhost:3000
to view the application.
Now you can start using the to-do list application and manage your tasks efficiently!