mertseyit / todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ToDo List App With ReactJS

Live demo: https://mertseyit.github.io/todo-list/

I explained how to use the project below

  1. Clone this project on your device
git clone https://github.com/mertseyit/todo-list.git
  1. Open the project from any your use IDE. Open the terminal window and type the this commands:
# for install the npm packages
npm install
# for start the project
npm start

And project will begin...

Usefull react libraries

  1. React Icons
  2. React Router Dom

About

License:MIT License


Languages

Language:JavaScript 70.1%Language:CSS 24.1%Language:HTML 5.8%