/bookstore

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore Project

πŸ“— Table of Contents

πŸ“– [Bookstore]

"Bookstore" is a website for all fans of books. It is a Single Page App (SPA) building with React and Redux that allows users to:

  • Display a list of books.
  • Add a book.
  • Remove a selected book.

(back to top)

πŸ›  Built With

Tech Stack

Client

Key Features

  • Navigation component that includes links to / and /categories.
  • Add, Remove and Display books.

(back to top)

Getting Started

Prerequisites

  • You'll need any code editor
  • You'll need Node.js installed

Setup

Clone this repository to your desired folder:

  git clone git@github.com:blueberry1312/bookstore.git
  cd bookstore

Install

Install this project with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

(back to top)

πŸ‘₯ Authors

πŸ‘€ NΓ©stor Oro

(back to top)

πŸ”­ Future Features

  • Add subpage categories.
  • Style all app.

(back to top)

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

Show your support

Please give a ⭐️ if you like this project!

(back to top)

Acknowledgments

I would like to thank the Microverse team.

(back to top)

License

πŸ“ License

This project is. MIT licensed.

(back to top)