A modern React-based web application for browsing and purchasing books online. This project includes features like book listings, detailed views, and dark mode support.
- Book Listings: View a list of books with titles, prices, and images.
- Buy Now Functionality: See detailed information about a book and proceed with the purchase.
- Dark Mode Support: Toggle between light and dark themes.
- Responsive Design: Optimized for desktop and mobile devices.
- Frontend:
- React: For building interactive and dynamic user interfaces.
- DaisyUI: For beautiful, customizable UI components.
- Tailwind CSS: For utility-first styling and responsive design.
- Backend:
- Node.js: Server-side JavaScript runtime.
- Express.js: Web framework for Node.js to handle server-side logic.
- MongoDB: NoSQL database for storing book and user data.
To get a local copy up and running follow these steps:
-
Clone the repository
git clone https://github.com/YOUR_USERNAME/YOUR_REPOSITORY_NAME.git
-
Navigate to the project directory
cd YOUR_REPOSITORY_NAME
-
Install dependencies
npm install
-
Start the development server
npm start
-
Open your browser and go to
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, you can reach me at [email protected].
Feel free to customize or extend this README to better fit your project’s needs!