Skip to content

simonemayers/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Book Store

Welcome to Book Store, a dynamic web application for browsing, searching, and purchasing books online. Built with React, this app provides a seamless user experience for book lovers.

Table of Contents

Features

  • 📖 Browse Books: Explore a wide variety of books across different genres.
  • 🔍 Search: Find your favorite books quickly with the powerful search feature.
  • 🛒 Cart: Add books to your cart and proceed to checkout.
  • 📝 Book Details: View detailed information about each book.

Technologies Used

  • React: The powerful JavaScript library for building user interfaces.
  • Redux: State management for efficient data handling.
  • Node.js: Backend for handling server-side operations.
  • Express: Web framework for Node.js.
  • MongoDB: Database for storing book and user information.

Installation

  1. Clone the repository:
    git clone https://github.com/simonemayers/book-store.git
  2. Navigate to the project directory:
    cd book-store
  3. Install dependencies for both client and server:
    npm install
    cd client
    npm install
    cd ..

Usage

  1. Run the server:
    npm run server
  2. Run the client:
    cd client
    npm start
  3. Explore the book store, search for books, and manage your cart.

Contributing

We welcome contributions! Here’s how you can get involved:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Commit your changes:
    git commit -m "Add new feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • 📚 Special thanks to the open-source community for their invaluable resources and support.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published