An open API service indexing awesome lists of open source software.

https://github.com/ismail-dev-code/hobby-hub-client-code

HobbyHub, a creative community platform for hobbyists! built with React, Vite, Tailwind CSS, and DaisyUI for blazing-fast performance and beautiful design.
https://github.com/ismail-dev-code/hobby-hub-client-code

crud-api daisyui firebase firebase-auth javascript mongodb react tailwingcss

Last synced: 7 months ago
JSON representation

HobbyHub, a creative community platform for hobbyists! built with React, Vite, Tailwind CSS, and DaisyUI for blazing-fast performance and beautiful design.

Awesome Lists containing this project

README

          

# 🎨 HobbyHub — Frontend

Welcome to **HobbyHub**, a creative community platform for hobbyists! This is the **frontend** of the project, built with **React**, **Vite**, **Tailwind CSS**, and **DaisyUI** for blazing-fast performance and beautiful design.

- 🌐 **Live Site**: [https://hobby-hub-bd.web.app](https://hobby-hub-bd.web.app)
- 📂 **GitHub Repo**: [Frontend on GitHub](https://github.com/ismail-dev-code/hobby-hub-client-code)
- 📂 **GitHub Repo**: [Backend on GitHub](https://github.com/ismail-dev-code/hobby-hub-server-code)

---

## 🚀 Tech Stack

- 🔐 Secure Authentication with Firebase (email/password + Google sign-in)

- 📂 Create, Read, Update, Delete (CRUD) functionality for hobby groups

- 📢 Live Toast Alerts for feedback

- 🎭 Animations and transitions for engaging UI

- 🧑‍🤝‍🧑 Private Routes for protected pages

- 🌍 Fully Responsive UI with mobile-first design

- 📆 End Date Countdown feature

- 🎞️ Animated Sliders on homepage

- 📌 Dynamic Metadata using react-helmet-async

- 🎭 Custom Loader and Error Pages

- 🎨 React Icons — Icon packs

---

## 🔧 Installation & Setup

1. **Clone the repository:**
```bash
git clone https://github.com/ismail-dev-code/hobby-hub-client-code
cd hobby-hub-client-code
npm install
npm run dev