StudyBuddies is a frontend-only react app built using the Material UI component library. Stock photos of people are from Unsplash, and the hero image on the welcome screen was generated using DALL-E 2.
Instead of using a database, the app is backed by in-memory mock data. If you refresh your browser, any message threads you've started will be lost.
StudyBuddies was built using the create-react-app
boilerplate, and so needs Node.js
and npm
to run locally.
Install the app's dependencies:
$ npm install
Run locally:
$ npm start
Build for deployment:
$ npm run build