logo

Todo APP(React)

📗 Table of Contents

📖 [your_project_name]

This is a simple app that uses the browser local storage to store todos.

Todo APP is a...

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
Server
  • Not Applicable
Database
  • Browser Local storage

Key Features

  • Add Todo
  • Change Todo status
  • Delete Todo

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need: Node and NPM(Node Package Manager)

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Boku52500/To-Do-App-React.git

Install

Install this project with:

  cd To-Do-App-React
  npm install

Usage

To run the project, execute the following command:

  npm run start

Run tests

To run tests, run the following command:

  npm run test

Deployment

You can deploy this project using:

  npm run build

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Update UI with flat icons
  • Connect socials
  • Integrate with local callenda

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, Kindly give this project a star

(back to top)

🙏 Acknowledgments

I would like to thank all microverse staff and students

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • Hpw do I add a feature

    • Clone this repo, add your feature an open a pull request.
  • Can I use other langguage to add feture

    • The only supported tech stack is Javascript, HTML, and CSS

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)