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 | #a1c7b6 |
Taubmans Statue Of Liberty | #74ac93 |
Very light shade of cyan | #F7F9F9 |
Clone the project
https://github.com/Kamilismayilzade/Todo-List-typescript-react
Go to the project directory
cd to-do-list-typescript-react
Install dependencies
npm install
npm install react-icons --save
Install Dev Dependencies
npm create vite@latest
npm install typescript --save-dev
Start the server
npm run dev
Client: React-TypeScript
Server: N/A