📚 BookMart App
A simple and elegant React-based bookmarking application for book buyers and sellers. Users can register as a buyer or seller, login, and access role-specific dashboards. Buyers can view available books, while sellers can add new books with cover images.
⸻
🔧 Features • 🏠 Beautiful landing page with a “Get Started” button. • 🔐 Login/Registration with user role selection (Buyer/Seller). • 🧠 Form validation (prevent empty fields). • 💾 Temporary session using localStorage. • ↪️ Auto redirect to dashboard based on user role. • 📘 Buyer Dashboard: View available books. • 📗 Seller Dashboard: Add new books and view list. • 🚪 Logout functionality.
⸻
🚀 Getting Started
-
Clone the Repository
-
Install Dependencies
npm install
- Start the Development Server
npm run dev