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

https://github.com/benjaminsemah/task-tracker

With this task tracker app, users can easily create a task, toggle a reminder, and delete tasks as they are completed. This App was created to practice building CRUD functionalities with ReactJS.
https://github.com/benjaminsemah/task-tracker

crud-application css javascript react

Last synced: 3 months ago
JSON representation

With this task tracker app, users can easily create a task, toggle a reminder, and delete tasks as they are completed. This App was created to practice building CRUD functionalities with ReactJS.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/TaskTracker-green)

# Task Tracker App
> This App was created to practice building CRUD functionalities with ReactJS.
> With this task tracker app, users can easily create a task, toggle a reminder,
> and delete tasks as they are completed.

## App Screenshot
![](https://github.com/BenjaminSemah/task-tracker/blob/main/appScreenCapture.png)

## Live Demo

[Link to Live Version](https://yourtasktracker.netlify.app/)

## Built With

- ReactJS
- CSS
- Git (Version Control)
- Visual Studio Code (IDE)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

clone repo: `git@github.com:BenjaminSemah/task-tracker.git`

then
`cd task-tracker`

- Open the project with your code editor
- Run `npm install` to install all dependencies
- Run `npm start` and go to `http://localhost:3000` to launch the server.

## Author

👤 **Benjamin Semah**

- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/BenjaminSemah/task-tracker/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](https://github.com/Yerimah/JS-Capstone-Project/blob/dev-branch/MIT.md) licensed.