Skip to content

karmeensec/Todo-List-typescript-react

Repository files navigation

Your Todo List

To Do List to track your daily tasks.

Authors

Documentation

Created with TypeScript + ReactJs and Vite and deployed to Netlify.

React Icons used to customize buttons.

Features

  • Add limitless tasks
  • Complete a provided task
  • Delete a task
  • Filter your tasks
  • Browser Local Storage API
  • Responsive Design

Color Reference

Color Hex
Taubmans Statue Of Liberty #a1c7b6 #a1c7b6
Taubmans Statue Of Liberty #74ac93 #74ac93
Very light shade of cyan #F7F9F9 #F7F9F9

Run Locally

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

Tech Stack

Client: React-TypeScript

Server: N/A