wasimreja / gcr-leaderboard

Leaderboard for the students of JGEC, participating in the GoogleCloudReady Facilitator program.
https://gcr-leaderboard.vercel.app
MIT License
15 stars 3 forks source link
30daysofgooglecloud leaderboard material-ui nextjs react

GoogleCloudReady Facilitator Program Leaderboard

Introduction

What is GoogleCloudReady Facilitator program?

The GoogleCloudReady Facilitator program will provide you an opportunity to kickstart your career in cloud and get hands on practice on Google Cloud - the tool that powers apps like Google Search, Gmail and YouTube.

Along the way, you will learn & practice concepts like computing, application development, big data & machine learning using cloud & if you get stuck, you will have your "Facilitators" who are specially trained on Google Cloud to help.

Why should you participate in the program?

Resources

Program's Syllabus

The program will introduce you to Computing, Application Development, Big Data & Machine Learning using Google Cloud's training platform called Google Cloud Skills Boost where you will learn each of these topic using self-paced labs that provides you temporary credentials to Google Cloud Platform, so you can learn the cloud using the real thing – no simulations.

See the program's syllabus here.

Rules for availing the prizes

To earn prizes in the program, you need to acheive some certain milestones - "The higher the milstones, the higher the prize!"

See the milestones and the prizes associated with them below. We will record your progress on a daily basis and will evaluate it at the end of the program i.e. 25th June 2022 11:59 PM.

Kick-off Session GoogleCloudReady Facilitator Program 2022

Project Details

About the Project

This project is a leaderboard for the students of Jalpaiguri Government Engineering College participating in the GoogleCloudReady Facilitator program.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone and cd into project:
git clone https://github.com/wasimreja/gcr-leaderboard.git
cd gcr-leaderboard.git
  1. Install all dependencies
npm install

or

yarn install
  1. Run the app in development mode
npm run dev

or

yarn dev

The application should be available at http://localhost:3000.

Deploy on Vercel

  1. Create a Vercel account at https://vercel.com/signup and download the CLI
  2. Run vercel at the project root

Deploy with Vercel