Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiecodermm/react-todo-app
https://github.com/indiecodermm/react-todo-app
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/indiecodermm/react-todo-app
- Owner: IndieCoderMM
- License: mit
- Created: 2023-01-16T11:20:49.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-17T16:06:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T00:11:32.779Z (almost 2 years ago)
- Language: JavaScript
- Size: 382 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Todo App ](#-todo-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)This is a simple todo app made with React.
- React.js
- **Add new todo items**
- **Delete/Edit todo items**- [Live Demo Link](https://yourdeployedapplicationlink.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need [Node.js](https://nodejs.org/en/) installed on your machine.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:IndieCoderMM/react-todo-app.git
```### Install
Install the dependencies with:
```sh
npm install
```### Usage
To run the project, execute the following command:
```sh
npm start
```### Run tests
To run tests, run the following command:
```sh
npm run test
```### Deployment
You can deploy this project using:
```sh
npm run build
```👤 **Hein Thant**
- GitHub: [@githubhandle](https://github.com/indiecodermm)
- Twitter: [@twitterhandle](https://twitter.com/hThantO)
- LinkedIn: [LinkedIn](https://linkedin.com/in/hthantoo)- [ ] **Deploy on GitHub**
- [ ] **Responsive design**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please consider giving it a star.
I would like to thank all code reviewers for making this project better.
This project is [MIT](./LICENSE) licensed.