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

https://github.com/dayal-chandra/event-explorer

A dynamic platform that allows users to discover and explore upcoming local events such as conferences, workshops, sports, exhibitions, and more. Authenticated users can browse event details, subscribe to events, and leave feedback or ratings.
https://github.com/dayal-chandra/event-explorer

firebase react-router

Last synced: about 2 months ago
JSON representation

A dynamic platform that allows users to discover and explore upcoming local events such as conferences, workshops, sports, exhibitions, and more. Authenticated users can browse event details, subscribe to events, and leave feedback or ratings.

Awesome Lists containing this project

README

          

# 🎉 Event Explorer (EventNest)

A dynamic platform that allows users to discover and explore upcoming local events such as conferences, workshops, sports, exhibitions, and more. Authenticated users can browse event details, subscribe to events, and leave feedback or ratings.

---

## 🚀 Live Demo

🌐 [Visit EventNest](http://dayal.assign-9.surge.sh)

---

## ✨ Features

- 🔍 Browse and explore local events
- 🔐 Firebase Authentication (Login & Signup)
- 🙈 Certain features restricted for unauthenticated users
- 📄 Detailed event pages with information and visuals
- 📲 Responsive and mobile-friendly UI

---

## 🛠️ Tech Stack

- **Frontend:** React.js, Tailwind CSS, DaisyUI
- **Authentication:** Firebase Auth
- **Routing:** React Router
- **UI Enhancements:** SweetAlert2, Swiper.js, React Icons

---

## 📦 NPM Packages Used

| Package | Purpose |
| ------------------ | --------------------------------------- |
| `tailwindcss` | Utility-first CSS framework |
| `daisyui` | Component library built on Tailwind CSS |
| `firebase` | Authentication and user management |
| `react-icons` | Icon support |
| `react-router-dom` | Page routing and navigation |
| `sweetalert2` | Stylish alerts and modals |
| `swiper` | Slider for homepage carousel |

---

## 📝 Feedback & Contributions

Feel free to fork the repo and raise a pull request if you’d like to contribute or suggest improvements!

---

## 📸 Screenshot

![EventNest Screenshot](https://i.ibb.co/20SpD4Yd/Screenshot-2025-06-25-121614.png)

---

## 📂 Installation & Run Locally

```bash
# Clone the repository
git clone https://github.com/your-username/event-explorer.git
cd event-explorer

# Install dependencies
npm install

# Start development server
npm run dev
```