https://github.com/fecony/task-tracker-projecta
🚧 Abandoned project
https://github.com/fecony/task-tracker-projecta
Last synced: about 2 months ago
JSON representation
🚧 Abandoned project
- Host: GitHub
- URL: https://github.com/fecony/task-tracker-projecta
- Owner: fecony
- Created: 2019-10-27T16:58:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T19:39:32.000Z (over 5 years ago)
- Last Synced: 2025-02-15T04:27:38.610Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Tracking / Project-A
## Description
Task Tracking App created using React.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Installing
A step by step series of examples that tell you how to get a development env running
> Copy project to local machine
```
git clone [email protected]:Fecony/task-tracker-projectA.git
```> Move to project directory and Install dependencies
```
cd task-tracker-projectA
npm install
```Start Application
```
npm start
```> Create .env file and add all variables needed,. Or take a look to .env.example file
```
REACT_APP_SERVER = [SERVER_URL]
```## Running the tests
```
npm test
```## Deployment
> TODO
## Built With
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [npm](https://www.npmjs.com/) - Dependency Management
- ...## Authors
> TODO
## License
> TODO