Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

**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.

---

## 🛠 Built With

### Tech Stack

### Key Features

- **SPA app**
- **Built with React.js**

(back to top)

---

## 💻 Getting Started

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.

(back to top)

---

## 👥 Authors

👤 **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/)

(back to top)

---

## 🔭 Future Features

- [ ] **more pages**
- [ ] **Responsive design**
- [ ] **Bootstrap**

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ITurres/react-task-manager/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank Microverse for this fantastic opportunity, the Code Reviewers for their advice and time 🏆

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---