Skip to content

sesar002/Todo-with-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See preview on gh-pagess link

https://sesar002.github.io/Todo-with-React/

How to set up

Go direcotry you want to clone the app and open terminal. To clone the app copy the code below to terminal and press enter.

git clone https://github.com/sesar002/Todo-with-React.git

When clone is finished installing, you need to install packages. To install them copy the code below to terminal.

npm install

Now that we installed all the requied things for app to work, you can just type

npm start

to the terminal to start the app.

The app will open on localhost:3000

How to use

In the input fielnd you type something you want to do and press enter key or Add button. When you finish something you click on that item and it will move it to Completed list. If you want to remove that item you click X button next to the item. "All" list shows all items you want to do, "Completed" list shows all the items you completed, and "Not completed" list shows all items you didn't complete.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published