https://github.com/sd0e/chorer
Household Task Management Software
https://github.com/sd0e/chorer
Last synced: 9 months ago
JSON representation
Household Task Management Software
- Host: GitHub
- URL: https://github.com/sd0e/chorer
- Owner: sd0e
- Created: 2022-10-19T11:47:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T09:40:46.000Z (over 1 year ago)
- Last Synced: 2025-08-20T21:56:57.313Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chorer
The frontend for the Chorer chore management tracker software, developed using Next.js. More information about it is available [here](https://doe.lc/project/chorer).
The API is available in a separate repository, at [sd0e/chorer-api](https://github.com/sd0e/chorer-api).
There is no live host of Chorer as I do not have a running instance of the API.
## Development
Clone this repository and run `npm install` and `npm run dev` to start the development server. Add the URL of the locally hosted API in the format `API_URL=http://localhost:5000`, and change the Firebase settings to use your project.
## Deployment
Add the API URL to the .env file in the deployment.