A simple Bookstore Website built using HTML, CSS, and JavaScript. It allows users to browse books, view details, and explore categories
- Browse Books: View a comprehensive collection of programming and tech books
- Search & Filter: Search books by title/author and filter by category, price, and rating
- Book Details: View detailed information about each book including ratings, stock, and publisher info
- Authors Details: View detailed information about authors
- Responsive Design: Fully responsive layout that works on all devices
- Book Navigation: Navigate between books with prev/next buttons
- User Authentication: Login and signup pages for user accounts
- HTML5: Semantic markup and structure
- CSS3: Modern styling with Flexbox and Grid
- JavaScript (ES6+): Dynamic functionality and interactivity
Books are stored in data/books.json with the following structure:
{
"books": [
{
"title": "Book Title",
"authors": "Author Name",
"publisher": "Publisher Name",
"publisherYear": "2024",
"rating": 4.5,
"price": "$29.99",
"stock": 15,
"image": "path/to/image.jpg"
}
]
}- Backend integration with database
- User authentication with JWT
- Payment gateway integration
- Book reviews and ratings system
- Order history and tracking
- Advanced search with multiple filters
- Shopping cart persistence
Thanks goes to these wonderful people in the team:
|
Abdelrahman Elaraby |
Ahmed Ali |
Abdelrahman Selim |
Abdelrahman Ibrahim |
Abdelrahman Gamal |