/bookstore

The Bookstore is a website similar to the "Awesome Books" website. I create an simplified version of it that allows you to: Display a list of books Add a book Remove a selected book By building this application, I learn how to use React and Redux in the context of a real application.

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore - Microverse

📗 Table of Contents

📖 Bookstore

The Bookstore is a website similar to the "Awesome Books" website. I create an simplified version of it that allows you to: Display a list of books Add a book Remove a selected book By building this application, I learn how to use React and Redux in the context of a real application..

🛠 Built With

Tech Stack

  • HTML
  • JS
  • CSS
  • React
  • Redux Toolkit (RTK)
Client - HTML
- JS
- CSS
- React
Server - Null
Database - Null

Key Features

  • Bookstore using React
  • Client-side routing using React Router V6
  • Gitflow is used correctly
  • Work is documented in a professional manner
  • Following best practices for HTML, CSS, JS

🚀 Live Demo

You can see the live demo of this project here

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • A web browser
  • A code editor
  • A terminal

Setup

Clone this repository to your desired folder:

  git clone https://github.com/mrcbq/bookstore.git

Install

Install this project with:

  cd bookstore
  npm install

Usage

To run the project on the webpack dev server, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

Deployment

  npm run deploy

(back to top)

👥 Author

👤 Marco Baquero

🔭 Future Features

  • Add Stylint 😁
  • Add More sections 👌
  • Add More Functionalities 😎

Walkthrough

In this project, we will be copying a given web design using React, Redux, and API handling. The design will serve as a reference for implementing the user interface and interactions. Please see the above sections if you want to copy and setup this project on your pc.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project, give it a ⭐️!

(back to top)

🙏 Acknowledgments

We would like to thank Microverse for giving us the opportunity to learn and grow as developers and also we like to thank our families, they are all our support. 🌟

(back to top)

📝 License

This project is MIT licensed.

(back to top)