Skip to content

A simple Bookstore Website built using HTML, CSS, and JavaScript. It allows users to browse books, view details, and explore categories

Notifications You must be signed in to change notification settings

aelaraby6/Ketabak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ketabak

A simple Bookstore Website built using HTML, CSS, and JavaScript. It allows users to browse books, view details, and explore categories

image image image image image image image image image

🌟 Features

  • 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

🛠️ Technologies Used

  • HTML5: Semantic markup and structure
  • CSS3: Modern styling with Flexbox and Grid
  • JavaScript (ES6+): Dynamic functionality and interactivity

📊 Data Structure

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"
    }
  ]
}

🔮 Future Enhancements

  • 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

👥 Contributors

Thanks goes to these wonderful people in the team:


Abdelrahman Elaraby

Ahmed Ali

Abdelrahman Selim

Abdelrahman Ibrahim

Abdelrahman Gamal

About

A simple Bookstore Website built using HTML, CSS, and JavaScript. It allows users to browse books, view details, and explore categories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •