Louder Zone multi-functional information station. This system is built exclusively for LZ only, not entirely for public.
Included Functions:
- Welcome Page
- Top10 / "Stock" Page
- Recommendations for you to get in Top10 easier by Top10 experienced runners.
- Trash talks.
- About LZ.
- System functions recommendations.
- Login Page
Notes for Devs:
Please modfity the UI by making changes only inside "frontend" folder.
Any change to frontend UI please update "backend/build" as well. To do this:
- In "frontend" folder, run command "npm run build" to create a build version of this application.
- Copy the created "build" folder to "backend", please delete the old version prior to paste the new version.
- Push your changes to github, ask project owner/designated developer(s) to review your work before you push your changes into master branch, the best way is to create your own branch then merge changes into master branch.
- Done.