Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinod-pattar/ebooks_html


https://github.com/vinod-pattar/ebooks_html

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bookstore Website

This is a static HTML website for a bookstore featuring multiple sections such as books, authors, testimonials, and contact information. The website is built with a clean and modern layout, utilizing various UI components like carousels, grids, and forms.

[![Netlify Status](https://api.netlify.com/api/v1/badges/aa9da598-e35f-4d00-84be-a3de8ebe16b1/deploy-status)](https://app.netlify.com/sites/ebooks-microdegree/deploys)

## Table of Contents
- [Demo](https://ebooks-microdegree.netlify.app/)
- [Features](#features)
- [Pages](#pages)
- [Technologies](#technologies)
- [Setup](#setup)
- [License](#license)

## Demo
You can visit the live demo of the website here: [Demo Link](https://ebooks-microdegree.netlify.app/)

## Features
- **Home Page**
- Hero Section with Carousel
- Featured Books in a Grid/Card layout
- Book Categories in a Grid/Card layout
- Testimonials Carousel
- Enquiry Form
- Footer with useful links

- **Books Page**
- List of Books in a Grid/Card layout
- Book details page including:
- Book cover
- Title, Author, Description
- Price and Add to Cart button

- **Authors Page**
- List of Authors in a Grid/Card layout
- Author details page including:
- Author name, bio, list of books by the author
- Social media links

- **About Page**
- Information about the bookstore
- Team members displayed in a Grid/Card layout

- **Contact Page**
- Contact form for user inquiries
- Store contact info such as address, email, and phone number

## Pages

1. **Home**
- A welcoming landing page with:
- Hero carousel featuring promotions or latest arrivals
- Featured Books displayed as cards in a grid layout
- Categories section showcasing book genres
- Testimonials carousel for customer feedback
- Enquiry form for customers to reach out

2. **Books**
- A comprehensive list of available books displayed in grid format.
- Book detail pages include cover image, title, author, description, price, and add to cart button.

3. **Authors**
- Authors are displayed in a grid format with their name and profile picture.
- Author detail pages include bio, list of books by the author, and social links.

4. **About**
- Information about the bookstore, its mission, and background.
- A team section displaying staff members in a grid/card layout.

5. **Contact**
- A contact form allowing users to submit inquiries.
- Additional contact info such as the bookstore's address, phone number, and email.

## Technologies
- HTML
- CSS
- JavaScript

## Setup
1. Clone the repository:
```bash
git clone https://github.com/yourusername/bookstore-website.git
cd bookstore-website

Feel free to replace placeholders like the demo link and GitHub username with your own details!