A modern, responsive bookstore website built using React and Tailwind CSS.
- Responsive Design: The website is fully responsive, ensuring a seamless experience across all devices(Might have some issues in Big Screen/Desktop).
- Dynamic Book Listings: Books are dynamically fetched using express and displayed using React components.
- User Reviews: Users can read and submit reviews for books.
- Frontend:
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
-
Clone the repository:
git clone https://github.com/MisbahAnsar/Bookify.git
-
Navigate the project to the directory:
cd Bookify
-
Install dependencies.
npm install or npm i
-
Start the development server.
npm run dev