Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iturres/react-task-manager
⚛️React⚛️ | ✍️React Task Manager is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
https://github.com/iturres/react-task-manager
Last synced: 28 days ago
JSON representation
⚛️React⚛️ | ✍️React Task Manager is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
- Host: GitHub
- URL: https://github.com/iturres/react-task-manager
- Owner: ITurres
- License: mit
- Created: 2023-07-10T17:22:45.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-07-14T01:50:50.000Z (over 1 year ago)
- Last Synced: 2024-11-29T07:42:12.876Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚛️ ✍️ ⚛️
React Task Manager
---
# 📗 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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)---
**React Task Manager** is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
---
#### Learning objectives
- Use React components.
- Use React props.
- Use React state.
- Use React hooks.
- Use JavaScript events.
- Use React life cycle methods.
- Understand the mechanism of lifting state up.---
- **SPA app**
- **Built with React.js**
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
```bash
cd my-folder
git clone [email protected]:ITurres/react-task-manager.git
```
### Install
Install this project's dependencies with:
- npm install
### Usage
To run the project, execute the following command:
```bash
npm run start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### Run tests
```bash
npm test
```
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
---
👤 **Author1**
- GitHub: [@ITurres](https://github.com/ITurres)
- Twitter: [@Arthur_ITurres](https://twitter.com/ArthurIturres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
---
- [ ] **more pages**
- [ ] **Responsive design**
- [ ] **Bootstrap**
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ITurres/react-task-manager/issues).
---
Give a ⭐ if you liked this project!
---
I thank Microverse for this fantastic opportunity, the Code Reviewers for their advice and time 🏆
---
This project is [MIT](./LICENSE) licensed.
---