Bimbeer is created for lonely beer lovers, who have no one to drink with. Thanks to an innovative approach the user will be able to get to know lover of tasting similar beers, and meet up for a beer with the person in real life.
- Electron
- React
- React Router
- React Fash Refresh
- Webpack
- Firebase
- creating a new account using social media
- profile customisation
- real-time chat implementation
- an interface that allows you to swipe the displayed profiles
- setting the profile search scope
- automatically suggesting profiles based on users preferences
- favorite beers selection panel
- possibility to disconnect the pair
- message status display
Clone the repo and install dependencies:
git clone --branch main https://github.com/bimbeer/desktopNavigate to project's folder
cd your-project-nameInstall NPM packages
npm installRun project
npm startTo package apps for the local platform:
npm run packageRun tests:
npm run test