Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaabaneanas/task-tracker
https://github.com/chaabaneanas/task-tracker
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaabaneanas/task-tracker
- Owner: ChaabaneAnas
- Created: 2022-12-27T08:46:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T10:54:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T19:38:53.951Z (18 days ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)> 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...
Client
Server
- Json server is used as a bakcend for this project,
there is no deployement
> 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
```
👤 **Anas Chaabane**
- GitHub: [@githubhandle](https://github.com/ChaabaneAnas)
- Twitter: [@twitterhandle](https://twitter.com/AnasChabaane)
- LinkedIn: [LinkedIn](https://linkedin.com/in/chaabaneanas)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ChaabaneAnas/task-tracker/issues).
> don't forget to start the project if u like it
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank Microverse for making all of this possible
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._