Skip to content

A single page web app that allow users to be more organized by keeping a track of todo items. Users can add, delete, update and mark items as complete.

License

Notifications You must be signed in to change notification settings

KanzaTahreem/React-Todo

Repository files navigation

React Todo App

The Todo App helps users to be more organized. It is a Single Page App (SPA) that allows users to:

  • Add and delete todos.
  • Edit todos, and mark them as complete.
  • Move to multiple pages using React Router.

This project was bootstrapped with Create React App.

Built With

Live Demo Link

React Todo

Getting Started

Prerequisites

  • node.js
  • git
  • HTML/CSS
  • JavaScript
  • Webpack

Setup

To get a local copy, follow the steps below:

Open your terminal

Navigate to the directory where you want to clone the project.

Clone the project using git clone or directly by running the following command

git clone [email protected]:KanzaTahreem/React-Todo.git

Open your editor and run

  • npm install
  • npm run build
  • npm start

Available Scripts

In the project directory, you can run:

  • npm start - To run the app in the development mode.
  • npm test - To launch the test runner in the interactive watch mode.
  • npm run buid - To build the app for production to the build folder.Learn more at deployment
  • npm run eject - To remove the single build dependency from your project. Note this is a one-way operation. Once you eject, you can't go back!

Authors

👤 Author

🤝 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.

Learn More

Learn more at Create React App documentation.

To learn React, check out React documentation.

About

A single page web app that allow users to be more organized by keeping a track of todo items. Users can add, delete, update and mark items as complete.

Topics

Resources

License

Stars

Watchers

Forks