University of Warwick: Developer Student Club : Solution Challenge
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
google-map-react : Simple react library to display a Google Map.
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
Start by cloning this repository with git clone
Make sure to run this before any other scripts.
yarn install
Runs a development server on localhost:3000
yarn dev
yarn build
yarn start
firebase init hosting
Use out
when specifying the public directory.
yarn deploy
(Deploys hosting content and config.)
Give a ⭐️ if this project helped you!