Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanikkumar/react-goals
A Goal Setter Web App which can be used in a company to setup up some goals which then can be completed by someone
https://github.com/yanikkumar/react-goals
Last synced: about 1 month ago
JSON representation
A Goal Setter Web App which can be used in a company to setup up some goals which then can be completed by someone
- Host: GitHub
- URL: https://github.com/yanikkumar/react-goals
- Owner: yanikkumar
- Created: 2019-07-19T14:54:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T15:17:56.000Z (over 5 years ago)
- Last Synced: 2024-02-05T07:29:18.818Z (11 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Goals
A Goal Setting Web App which can be used in a company to setup up some goals which then can be completed by someone.### Working:
You need to be signup to setup any goal or to complete the goal. Once login you can setup you work goal to be completed by others and when someone completes the goal he/she can click complete to complete the target.
Goal submitted by and completed by is mentioned in the app which is helpful that who completed which goal.Also you can clear the goals you've completed by clicking clear all.**Backend Used is Firebase** for storing the data and the Auth details.
**(Note: To make the app run you must create your own firebase. Just login to the firebase and then create a webApp and copy the script given and paste it in the firebase.js file)**
After cloning the app don't forget to run `npm install` or `npm i` to install the modules used in the app then run `npm start`
Below shown a screenshot of the application in action:
![screenshot1](screenshots/screen1.png)