SolutionChallengeYouthGroups / FrontEnd

FrontEnd of our submission to the Google Solution Challenge

Home Page:https://glink-28cd3.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Glink👋

Version

University of Warwick: Developer Student Club : Solution Challenge

Technologies

Technical

ReactJS : Basic Front end framework
NextJS : Work with React to help with routing and pre-render HTML
Next-PWA : PWA Plugin for Next.js works with workbox
Yarn : Alternative package manager to npm

React External Components

google-map-react : Simple react library to display a Google Map.

Looks

ChakraUI : New modern Front-End component library

  • Firestore : Cloud based NoSQL Database
  • Authentication : Easy authentication with firebase
  • Storage : Image/File Hosting
  • Hosting : Web content hosting

Typesaurus: Adds type-safety to firestore. Also makes requesting data easier.
TypesaurusReact: React hooks for Typesaurus

Instructions

Start by cloning this repository with git clone

Installing

Make sure to run this before any other scripts.

yarn install

Development server

Runs a development server on localhost:3000

yarn dev

Local Deployment

yarn build
yarn start

Deploying to Firebase hosting

firebase init hosting

Use out when specifying the public directory.

yarn deploy

(Deploys hosting content and config.)

Show your support

Give a ⭐️ if this project helped you!

About

FrontEnd of our submission to the Google Solution Challenge

https://glink-28cd3.web.app/


Languages

Language:TypeScript 96.9%Language:JavaScript 2.9%Language:CSS 0.2%