Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zewdiemc/react-todo-app
https://github.com/zewdiemc/react-todo-app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zewdiemc/react-todo-app
- Owner: ZewdieMc
- License: mit
- Created: 2023-03-27T11:25:47.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-08-07T17:00:05.000Z (3 months ago)
- Last Synced: 2024-11-01T20:42:13.358Z (18 days ago)
- Language: JavaScript
- Size: 4.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React ToDo App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [❓ FAQ](#faq)
- [📝 License](#license)# 📖 Todo App
React Todo is an application that is developed with ReactJs. It is used to add, edit and delete items/tasks into the Todo list.### Tech Stack
- [React](react.dev)
- [Create React App](http://create-react-app.dev/)- Displays todo items.
- Add todo item
- Update todo item
- Delete todo itemHave a look at the [live demo ](https://react-todo-zed.netlify.app/) of the project.
To get a local copy up and running, follow these steps.
### PrerequisitesIn order to run this project you need:
- npm installed
- node installed### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]/ZewdieMc/react-todo-app.git
```
### InstallInstall this project with:
```sh
cd react-todo-app/
npm install
```### Usage
To run the project:
```sh
npm start
```### Run tests
To run tests, run the following command:
```sh
npm test
```To check for css errors run:
```sh
npx stylelint "**/*.{css,scss}"
```
To check for js errors run:
```sh
npx eslint .
```### Deployment
Deployed using Github Pages.
👤 Zewdie Habtie
- GitHub: [@ZewdieMc](https://github.com/ZewdieMc)
- Twitter: [@HabtieZewdie](https://twitter.com/HabtieZewdie)
- LinkedIn: [Zewdie Habtie](https://linkedin.com/in/zewdie-habtie-sisay-947153172)- Install React Router and Create components.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ZewdieMc/react-todo-app/issues).
If you like this project send your feedback to encourage me to do more.
I would like to thank Microverse for offering me this opportunity to learn, and practice our skills.
- Why React?
- React has broader community support, and it is a very popular library.
- React is flexible and can be used to build different types of applications.
- React is easy to learn and use.This project is [MIT](./LICENSE) licensed.
(Check the LICENSE file)