Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besufekad-haz/react-to-do-app
This is a Todo list. based on react
https://github.com/besufekad-haz/react-to-do-app
Last synced: 16 days ago
JSON representation
This is a Todo list. based on react
- Host: GitHub
- URL: https://github.com/besufekad-haz/react-to-do-app
- Owner: Besufekad-HAZ
- License: mit
- Created: 2023-03-28T10:33:23.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-30T17:53:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T01:29:38.488Z (30 days ago)
- Language: JavaScript
- Size: 586 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Screenshot](#screenshot)
- [Loom Presentation Video](#loom-video)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [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)A website for organizing daily activities
["React-todo-app"] :- "React todo app" is a website built with react. It is a Single Page App (SPA) that allows users to:
- Add a todo list.
- Mark a task completed.
- Delete a completed task on delete icon is clicked.In this first project of the React todo app application. I set up the environment and tools needed to develop a React application and used components, props, state, and hooks, by following a tutorial.
## 🛠 Built With HTML,CSS and Javascript
Client
Server
Database
- **[HTML]**
- **[CSS]**
- **[Javascript]** ---> with ES6
- **[Webpack]**
- **[React]**
N/A
- not available yet.
- (N/A) Not available yet. It will available after deployment.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-A Computer (MAC or PC)
-code editor (VSCode,Atom etc...)
-A browser (Chrome,Mozilla,Safari etc...)
-Version Control System (Git and Github)
-NodeJS (https://nodejs.org/en/)
-React {https://react.dev/}
### Setup
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:Besufekad-HAZ/React-to-do-app.git (SSH)
### Install
Install this project with:
npx create-react-app my-app
cd my-app
npm start
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
### Run tests
To run tests, run the following command:
To check Styelint error:-
npx stylelint "\*_/_.{css,scss}"
To check Eslint error:-
npx eslint .
### Deployment
You can deploy this project using:
Github Pages.
👤 **Besufekad Alemu**
- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)
- [ ] **[Adding_full_functionality_to_the_Calculator]**
- [ ] **[Deploying_the_page_on_github]**
- [ ] **[Adding_backend_and_databases]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Besufekad-HAZ/React-to-do-app/issues).
If you like this project rate it and give it a star.
--> I would like to thank the Microverse team for allowing us to work on this React-to-do App project.
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._