ScoreBoard for the Google Cloud Study Jam - 2023 Cohort 1
October 9, 2023
GCP-Progress
Google Developers Student Club - National Forensic Sciences University
This is the official GitHub Organization of GDSC-NFSU.
GDSCs are a university-based community group for students interested in Google developer technologies. Students from all UG or PG programs with an interest in growing as a developer are welcome. By joining a GDSC, students grow their knowledge in a p2p learning environment and build solutions.
Check out the website
https://nfsu-gcp.vercel.app/
This website holds dummy data due to privacy limitations and is only for demonstration purposes.
Project Repository
https://github.com/Trident09/gcp-progress
Installation
- Clone the repository
git clone https://github.com/Trident09/gcp-progress.git
Replace your-username
with the appropriate GitHub username.
- Navigate to the project directory
cd gcp-progress
- Install dependencies with npm.
npm install
- Start the application.
npm start
- Visit http://localhost:3000 in your browser to start using the app.
Built With
- React: A powerful JavaScript library for UIs – https://reactjs.org/
- Vercel: A cloud platform for static sites and Serverless Functions – https://vercel.com/
Features
- Daily Update of the ScoreBoard for the Google Cloud Study Jam - 2023 Cohort 1
- LeaderBoard to view the top participants
- Responsive for mobile and desktop
- Modern, clean user interface and experience
Usage
change the data in the src/assets
folder to update the scoreboard.
- for score data
src/assets/data.js
- for leaderboard data
src/assets/leaderboard.js