Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        



logo

Microverse README Template

# 📗 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](#faq)
- [📝 License](#license)

# 📖 [Task tracker]

> Describe your project in 1 or 2 sentences.

**Task tracker** is a simple yet powerfull react app that allows the user to keep track of his tasks through out the day...

## 🛠 Built With

### Tech Stack

Client

Server

(back to top)

## 🚀 Live Demo

- Json server is used as a bakcend for this project,
there is no deployement

(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:

a later version of NodeJs installed :

and any kind of code editors(VScode for example ) :

```sh
sudo i code
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
[email protected]:ChaabaneAnas/task-tracker.git
```

### Install

Install all packages:

```sh
cd task-tracker
npm i
```

--->

### Usage

To run the project, execute the following command:

```sh
npm start
json-server --watch db.json --port=5000
```

(back to top)

## 👥 Authors

👤 **Anas Chaabane**

- GitHub: [@githubhandle](https://github.com/ChaabaneAnas)
- Twitter: [@twitterhandle](https://twitter.com/AnasChabaane)
- LinkedIn: [LinkedIn](https://linkedin.com/in/chaabaneanas)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

> don't forget to start the project if u like it

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank Microverse for making all of this possible

(back to top)

(back to top)

## 📝 License

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

(back to top)