bookstore-react

The Bookstore is a website that allows you to: Display a list of books, Add a book, and Remove a selected book

Stars
3

πŸ“— Table of Contents

πŸ“– The Bookstore - React Book reading list

The Bookstore is a website that allows you to: Display a list of books, Add a book, and Remove a selected book

πŸ›  Built With

Tech Stack

Key Features

  • Full React app
  • Add, Remove, and Fetch async logic
  • Use of Modular CSS
  • Use of react components
  • Use of react Router and NavLink
  • Use of Redux AsyncThunk for API consumption

πŸ’» Getting Started

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

Prerequisites

To run this project you need:

  • VSCode
  • Node
  • Web Browser

Setup

Make sure you have VSCode, Node and a Web Browser installed

Install

In the root folder, run the script npm install to install all the libraries necessary.

Make sure eslint-config-airbnb is installed or install with:

npm install eslint-config-airbnb eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import --save-dev

Preview

How to Run it

  • Run the script npm start to see a working version of the project

Run tests

Use the scripts:

  • npm run test to run your tests

πŸ‘₯ Authors

πŸ‘€ Esteban Palacios

πŸ”­ Future Features

  • Implement a local storage that saves and loads book information

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project remember to star and share it πŸ₯³οΈ

πŸ™ Acknowledgments

  • ACKNOWLEDGMENTS TO CREATIVE LICENSE AND OTHERS

πŸ“ License

This project is MIT-licensed.

Related Projects