Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Simple Django / React app created to follow outdoor gym usage; UI to increase / decrease current count, db models to export user counts over time.

Notifications You must be signed in to change notification settings

ForumViriumHelsinki/TallyCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Archived

Note: This repository has been archived.

This project has concluded, and the code is no longer actively maintained. However, you are free to use the code as per the license terms. If you wish to continue development, feel free to fork this repository.

Thank you for your interest in this project.

-- project team 2024-10-08

Tally Counter

To start UI development:

  • Install node.js
  • Run:
npm install -g yarn
cd react_ui
yarn
yarn start

This should install all dependencies in react_ui/node_modules and start a react dev environment serving the UI app at localhost:3000 or a nearby available port.

About

Simple Django / React app created to follow outdoor gym usage; UI to increase / decrease current count, db models to export user counts over time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published