/react-todo-app

Web app where users can add, edit, remove, check, and clear all checked tasks from a to-do list. Built with React.

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 [react-todo-app]

[react-todo-app] is a Web app where users can add, edit, remove, check, and clear all checked tasks from a to-do list. Built with React.

🛠 Built With

Tech Stack

Client
  • HTML
  • CSS
  • JavaScript
  • React
Server
  • No server at the moment
Database
  • No database was used in this project.

Key Features

  • [Correct set up of React environment]
  • [Sse of React form and events handlers]
  • [Implementation of React Hooks]
  • [Routing with React Router]

(back to top)

💻 Getting Started

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

Prerequisites

  • You don't need any previous installation in order to run this project

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/mwismann/react-todo-app.git

Install

To install this project dependencies run the following command:

  npm install

Usage

  • To start this project on your localhost run the following command:
  npm run dev

Run tests

  • To test this project run the following command:
  npm test

Deployment

  • This is not a deployable project

(back to top)

👥 Authors

👤 Mathias Wismann

(back to top)

🔭 Future Features

  • [Add user authentication]
  • [Add hamburger menu]
  • [Deploy app to GitHub Pages]

(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 it would be a great help if you could star this repo!

(back to top)

🙏 Acknowledgments

I would like to thank to Microverse for providing me the opportunity and inspiration for this work.

(back to top)

📝 License

This project is MIT licensed.

(back to top)