/Bookstore

BookStore is a website that stores books names, authors, genre, and the user's progress on reading. Implementing this project to learn how to use React and Redux in the context of a real application.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Welcome to my project πŸ˜ƒ


BookStore

πŸ“— Table of Contents

πŸ“– [BookStore]

BookStore is a website that stores books names, authors, genre, and the user's progress on reading. Implementing this project to learn how to use React and Redux in the context of a real application.

πŸ›  Built With

Tech Stack

Client

Key Features

  • Easy to the eyes and cultivating at the same time
  • Dynamic creation of content

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

  • Clone this repo as described in the setup section.
  • Make modifications as preferred

Prerequisites

In order to run this project you need: To clone or fork and run it in a browser

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/Salimer/BookStore.git

using Ubuntu:

  cd my-desired-folder
  git clone https://github.com/Salimer/BookStore.git

For more information on how to clone or fork a repository:

Install

  • Run npm install

Usage

To run the project, execute the following command:

  • Run npm start

Run tests

To run tests, run the following command:

  • to test validation errors npx hint .

  • to test CSS linter errors npx stylelint "**/*.{css,scss}"

  • to test JavaScript linter errors npx eslint .

  • to run the jest tests npx test

(back to top)

πŸ‘₯ Author

πŸ‘€ Salim Bamahfoodh

πŸ‘₯ Collaborator

πŸ‘€ MartΓ­n Ezequiel GonzΓ‘lez

πŸ”­ Future Features

Future changes:

  • Add animations and transitions
  • Add more styles and colors

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Thanks to all Microverse community

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)