Beer Fridge is a web application built using React, Vite, and TypeScript, designed for beer enthusiasts. This app features a custom CSS design, offering users a unique experience in managing their beer collection. By leveraging Firebase, Beer Fridge provides a secure and efficient user authentication system, allowing users to sign up and sign in with ease.
Click here to view the live application.
- User Authentication: Secure signup and sign-in process through Firebase.
- Beer Collection Management: Users can add beers to their personal collection, specifying details like beer name, brewery, style, and description.
- Custom Styling: A unique UI/UX experience with custom CSS, crafted specifically for Beer Fridge.
-
Clone the repository:
git clone https://github.com/AZBL/beer-frontend
-
Navigate to the project directory: cd beer-frontend
-
Install dependencies:
npm install
To run Beer Fridge locally:
npm run dev
This will start the development server.
Ensure you have set up the necessary Firebase configuration for the authentication to work correctly. This involves setting up your Firebase project and including your configuration details in the appropriate part of the codebase.
Contributions to Beer Fridge are always welcome.