Skip to content

It is a Single Page App (SPA) that allows users to: Add todo. Update todo. Delete todo. Navigate between pages with react router. Data in this app has been preserved using localStorage.

Notifications You must be signed in to change notification settings

anuarshaidenov/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

In this project I buit a simple react app wich is "Todo list", using react. This app was built according to the steps provided in the React Tutorial From Scratch: A Step-by-Step Guide (2021)

It is a Single Page App (SPA) that allows users to:

Add todo. Update todo. Delete todo. Navigate between pages with react router. Data in this app has been preserved using localStorage.

Built With

  • ReactJS

Live Demo

Live Demo Link

Installation

Go to your terminal, navigate to your working directory and run

git clone https://github.com/anuarshaidenov/react-todo-app.git

After that navigate to the newly created folder

cd math-magicians

You now have access to the files. To install necessary dependencies run

npm install

Start a local server running the command

npm start

You should now have the project running locally on a dev server.

Authors

👤 Anuar Shaidenov

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

It is a Single Page App (SPA) that allows users to: Add todo. Update todo. Delete todo. Navigate between pages with react router. Data in this app has been preserved using localStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published