Javivy / books-store

This Bookstore app is a website to show a list of books making use of an API, following a given design, making use of React, Redux, JavaScript, CSS, Linters, etc...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore

This Bookstore app is a website to show a list of books making use of an API, following a given design, making use of React, Redux, JavaScript, CSS, Linters, etc... Making use of props and states in React, React Components, functional and class based, React hooks and handling events with React.

Built With

  • HTML, CSS, JavaScript
  • React, Redux
  • Linters

Live Demo

Book Store Live

Getting Started

To get a local copy up and running follow these simple example steps. (NPM)

  1. Open your terminal
  2. Navigate to the directory where you want your project cloned
  3. Clone the project using git clone or just copy the command below:
   git clone https://github.com/Javivy/books-store.git
  1. Open the project with your IDE. I use Visual Studio Code

  2. Run npm install to get the dependencies

    not sure how to use npm? Read this.

  3. Run webpack:

  • Production:
       npm run build
    
  • Development:
     npm run start
    
    not sure how to use npm? Read this.

Prerequisites

  • Having an IDE .
  • Having Git installed and configured.

Setup

  • Clone the repository
  • Open the folder with your IDE
  • Get the dependencies with npm install
    • not sure how to use npm? Read this.

Author

👤 Javivy

🤝 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

  • Microverse
  • You can check the full design file in This website where you can also check the exact dimensions of all elements.
  • IMPORTANT: this is not the original website, the original website is made by Zeplin Project

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

About

This Bookstore app is a website to show a list of books making use of an API, following a given design, making use of React, Redux, JavaScript, CSS, Linters, etc...


Languages

Language:JavaScript 61.9%Language:CSS 27.4%Language:HTML 10.7%