Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/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.
https://github.com/mwismann/react-todo-app
Last synced: 13 days ago
JSON representation
Web app where users can add, edit, remove, check, and clear all checked tasks from a to-do list. Built with React.
- Host: GitHub
- URL: https://github.com/mwismann/react-todo-app
- Owner: mwismann
- License: mit
- Created: 2023-03-27T16:38:28.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-28T19:29:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T20:53:49.825Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[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.
Client
- HTML
- CSS
- JavaScript
- React
Server
- No server at the moment
Database
- No database was used in this project.
- **[Correct set up of React environment]**
- **[Sse of React form and events handlers]**
- **[Implementation of React Hooks]**
- **[Routing with React Router]**
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:
```sh
cd my-folder
git clone https://github.com/mwismann/react-todo-app.git
```
### Install
To install this project dependencies run the following command:
```sh
npm install
```
### Usage
- To start this project on your localhost run the following command:
```sh
npm run dev
```
### Run tests
- To test this project run the following command:
```sh
npm test
```
### Deployment
- This is not a deployable project
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
- **[Add user authentication]**
- **[Add hamburger menu]**
- **[Deploy app to GitHub Pages]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project it would be a great help if you could star this repo!
I would like to thank to Microverse for providing me the opportunity and inspiration for this work.
This project is [MIT](./LICENSE) licensed.