Skip to content

Bookstore is an application for displaying a list of books, adding a book, and removing a selected book. I built this application using React and Redux and a remote API to fetch and display books with their corresponding categories.

License

Notifications You must be signed in to change notification settings

Tumworobere/Book-Store

Repository files navigation

Book-Store

This project will lay foundations for your Bookstore website. I will create a React and Redux app. I'll structure my files using the "feature folder" approach. I will also set up routing using React Router.I will create a MVP version of Awesome-Bookstore project that allows us to:

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

Live Demo

Built With

  • React
  • Redux
  • React-Router
  • JavaScript
  • API

Getting Started

To clone this project Run command: $git clone repo or press the green Code button in the upper right corner and choose to download from the Download ZIP link.

Prerequisites

  • Code editor (VS Code, Sublime, Atom)

Setup

  • Add linters from linters-config

  • Set up a new project Create React App (CRA)

  • to create a React application is using Create React App (CRA) and following the instructions in this guide

npx create-react-app bookstore-react
cd bookstore-react
npm start
  • Add React Redux
npm install react-redux

Authors

👩Annah Tumworobere

🤝 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

📝 License

This project is MIT licensed.

About

Bookstore is an application for displaying a list of books, adding a book, and removing a selected book. I built this application using React and Redux and a remote API to fetch and display books with their corresponding categories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published