Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 1.64 KB

README.md

File metadata and controls

101 lines (64 loc) · 1.64 KB

Bookstore

A React web app that renders a list of books and allows to perform several actions.

screenshot

This is a web App built with React that allows users to:

  • Display a list of books from API
  • Add a book
  • Remove a selected book

Features:

  • Implemented React Router.

Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Redux
  • APIs

Live Page

Click Here

Click Here

Getting Started

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

Prerequisites

  • Have git correctly installed.
  • Have NPM and NodeJs correctly installed.

Setup

  • Open a terminal window where you want to have installed a copy of the repository.

Install

  • Use this command to clone the repo:
$ git clone git@github.com:helio3197/bookstore.git
  • Install the required dependencies:
$ npm install

Usage

  • Run:
$ npm start
  • Build:
$ npm run build
  • Testing:
$ npm test
  • Edit the content as you like.

Authors

👤 Kenny Salazar

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to Microverse for the guidelines.

📝 License

This project is MIT licensed.