To Do List to track your daily tasks.
Created with TypeScript + ReactJs and Vite and deployed to Netlify.
React Icons used to customize buttons.
Learn More about TypeScript Documentation and React Documentation here.
- Add limitless tasks
- Complete a provided task
- Delete a task
- Filter your tasks
- Browser Local Storage API
- Responsive Design
| Color | Hex |
|---|---|
| Taubmans Statue Of Liberty | |
| Taubmans Statue Of Liberty | |
| Very light shade of cyan |
Clone the project
https://github.com/Kamilismayilzade/Todo-List-typescript-reactGo to the project directory
cd to-do-list-typescript-reactInstall dependencies
npm install
npm install react-icons --saveInstall Dev Dependencies
npm create vite@latest
npm install typescript --save-devStart the server
npm run devClient: React-TypeScript
Server: N/A