Skip to content

bobovanri/BeerTracker

Repository files navigation

BeerTracker

A comprehensive web application for monitoring and managing beer fermentation in real-time.

🍺 Overview

BeerTracker is a modern, user-friendly application designed for craft brewers and homebrewers to monitor fermentation parameters and maintain detailed brewing logs. Track temperature, gravity readings, time, and other critical metrics to ensure optimal fermentation conditions and consistent beer quality.

✨ Features

  • Real-time Monitoring: Track fermentation temperature and gravity in real-time
  • Batch Management: Create and manage multiple fermentation batches simultaneously
  • Data Visualization: Interactive charts and graphs to visualize fermentation progress
  • Detailed Logging: Record notes, observations, and adjustments throughout the fermentation process
  • Alert System: Get notifications when parameters deviate from optimal ranges
  • Export Data: Export fermentation logs and analytics for archival or analysis
  • Responsive Design: Works seamlessly on desktop, tablet, and mobile devices
  • Intuitive UI: User-friendly interface designed for brewers of all experience levels

🛠️ Tech Stack

  • Frontend: React with TypeScript
  • Build Tool: Vite
  • Styling: Tailwind CSS
  • UI Components: Custom components with shadcn/ui
  • Package Manager: pnpm
  • Deployment: Vercel

📋 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v16 or higher)
  • pnpm (v8 or higher)

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/bobovanri/BeerTracker.git
cd BeerTracker

2. Install Dependencies

pnpm install

3. Configure Environment Variables

Create a .env.local file in the root directory and add any necessary configuration:

# .env.local
VITE_API_URL=http://localhost:3000

4. Start the Development Server

pnpm run dev

The application will be available at http://localhost:5173

5. Build for Production

pnpm run build

The optimized build will be created in the dist/ directory.

📁 Project Structure

BeerTracker/
├── src/
│   ├── components/     # React components
│   ├── pages/          # Page components
│   ├── hooks/          # Custom React hooks
│   ├── services/       # API and utility services
│   ├── styles/         # Global styles
│   ├── types/          # TypeScript type definitions
│   └── App.tsx         # Main application component
├── public/             # Static assets
├── index.html          # HTML entry point
├── package.json        # Project dependencies
├── tsconfig.json       # TypeScript configuration
├── vite.config.ts      # Vite configuration
├── tailwind.config.ts  # Tailwind CSS configuration
└── README.md          # This file

🎯 How to Use

  1. Create a New Batch: Click "New Batch" to start monitoring a new fermentation
  2. Set Parameters: Enter beer style, yeast strain, and target fermentation conditions
  3. Log Readings: Regularly update temperature, gravity, and other metrics
  4. Add Notes: Document observations, adjustments, and any issues encountered
  5. Monitor Progress: View real-time charts to track fermentation progress
  6. Export Data: When batch is complete, export the data for your records

🔧 Available Scripts

  • pnpm run dev - Start development server
  • pnpm run build - Build for production
  • pnpm run preview - Preview production build locally
  • pnpm run lint - Run ESLint
  • pnpm run type-check - Run TypeScript type checking

📚 Documentation

For detailed documentation on specific features, please refer to:

🐛 Troubleshooting

Application won't start

  • Ensure all dependencies are installed: pnpm install
  • Clear node_modules and reinstall: rm -rf node_modules && pnpm install
  • Check Node.js version: node --version (should be v16+)

Port 5173 already in use

  • The dev server will automatically use the next available port
  • Or specify a custom port: pnpm run dev -- --port 3000

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

💬 Support & Feedback

If you encounter any issues or have suggestions for improvements, please:

  • Create an issue on GitHub
  • Contact the development team
  • Join our community discussions

🎉 Acknowledgments

  • Thanks to the open-source community for the amazing libraries and tools
  • Special thanks to all contributors and users who help improve BeerTracker

Happy Brewing! 🍻

For more information and updates, visit the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages