Skip to content

SelihovDaniil/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo App

It's a simpe todo list created with react.

Now you can:

  • create new task with a name, description, color and finish time
  • see your tasks
  • done your tasks

Installation

Clone repository

git clone https://github.com/LordHippopotamus/todo.git

Move to the Simple Todo App

cd todo

Install dependencies(make sure you have node js installed)

npm install

Run it

npm start