This is the source code for our universal looking for group web application. It's built with React, TypeScript, SCSS, Firebase, and React Bootstrap component library.
This was made as our final project for AW Academy Online Coding Bootcamp.
If you wanna run it yourself, follow these steps.
- Create a Firebase web-app
- Clone the repo
- Create src/firebaseConfig.ts and export your Firebase-secret as firebaseConfig
- Run
npm install
- Run
npm start
- Enjoy!
Since this is based on Create React App, you have the usual available scripts to you, like:
npm start
npm test
npm build
npm eject
(Don't do this unless you know what you're doing!)
Please refer to the Create React App documentation for more information!
Quick LFG is open source software licensed as MIT.