My bachelor thesis project. Working on a different v2 so I thought "Why the hell not. I'll release the source code"
Obviously this is far from complete, but in my defense I had 3 months to build the prototype and write the 40 page thesis 😬.
If you have any questions, hit me up on twitter
This is the main repository for the frontend code of Jamfony.com. The code runs on a create-react-app boilerplate using React JS, several libraries and Firebase.
- react (CRA boilerplate)
- react specific packages:
- Recoil State Management
- Firebase SDK
- Algolia Instant Search
- Clone the repository to your machine
- Run "npm install" in the root directory (to install dependencies)
- Run "npm start"
- Go to "localhost:3000" in your browser
- Et voilà