https://github.com/ab-noori/react-todo-app
All main concepts of React like: components, props, state, and hooks are used to create a todo application.
https://github.com/ab-noori/react-todo-app
components hooks html-css-javascript props reactjs states
Last synced: about 2 months ago
JSON representation
All main concepts of React like: components, props, state, and hooks are used to create a todo application.
- Host: GitHub
- URL: https://github.com/ab-noori/react-todo-app
- Owner: ab-noori
- License: mit
- Created: 2023-04-14T08:25:18.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-07T10:40:10.000Z (over 2 years ago)
- Last Synced: 2025-04-04T13:38:14.259Z (6 months ago)
- Topics: components, hooks, html-css-javascript, props, reactjs, states
- Language: JavaScript
- Homepage: https://ab-noori.github.io/react-todo-app
- Size: 1.67 MB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> # React Todo App
| Desktop Veiw Representation|
|---------------------------------------|
||
||# 📗 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 (OPTIONAL)](#faq)
- [📝 License](#license)> **[React Todo App]** in this app all main concepts of React like: components, props, state, and hooks are used to create a todo application.
- **[Responsive layout]**
- **[UX/UI accessibility]**
- **[Dynamic data]**
## 🚀 Live Demo
> - [Live Demo on Gh-pages](https://ab-noori.github.io/react-todo-app/)
> - [Live Demo on Render](https://math-magicians-ab.onrender.com)
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- A browser of you choice.
- A text editor of your choice.
- An installed node.js on your local system
### Setup
Clone this repository to your desired folder:
- Use the following Commands:
cd your-desired-folder
git clone git@github.com:ab-noori/react-todo-app.git
### Install
- Install this project with:
npm init react-app .
npm start
### Usage
- Use following commands to run on your local system:
npm run build
npm run deploy
### Run tests
- Run the following script and style test:
npx eslint "**/*.{js,jsx}"
npx eslint "**/*.{js,jsx}" --fix
npx stylelint "**/*.{css,scss}"
npx stylelint "**/*.{css,scss}" --fix
### Deployment
- 1- install `'gh-pages'` with following command:
npm i gh-pages --save-dev
- 2- Add `'homepage'` to project's jason file:
"homepage": "https://ab-noori.github.oi/react-todo-app",
- 3- Add the following scripts to project's jason file:
"predeploy": "npm run build",
"deploy": "gh-pages -d build "
- 4- Finally run the following command:
npm run deploy
👤 **Abdul Ali Noori**
- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdul-ali-noori](https://www.linkedin.com/in/abdul-ali-noori-384b85195/)
- [ ] **[Add About page]**
- [ ] **[Add Contact page]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/react-todo-app/issues).
If you like this project, give it a star.
I would like to thank Microverse and my coding partners, and also give credit to [Nerd's lesson](https://www.youtube.com/@Nerdslesson)
YouTub Channel for it's usefull [tutorial](https://www.youtube.com/watch?v=cd3P3yXyx30), I really learned a lot from this tutorial.
- **How to make it mobile friendly?**
- Put a viewport tag in the header
- **How to design the site?**
- Draw a mockup before start to code
This project is [MIT](./LICENSE) licensed.