book store react

"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list. We can learn how to manage data using JavaScript.We used medium-fidelity wireframe to build the UI at the beginning. Once the code started working , we built the complete website with working navigation .

2
0
JavaScript

Bookstore

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 an MVP version of Awesome-Bookstore project that allows us to:

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

screenshot

Built With

  • React

Live Demo

Link

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

👨 Farouq Daif

🤝 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.