smunoz1988 / bookstore-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore-React

πŸ“— Table of Contents

πŸ“– Bookstore-React

In this project, I build a basic React website using Redux.

πŸ›  Built With

Tech Stack

This project uses the following stack :

Client

Key Features

Here are some key features of the application :

  • Use of react router
  • Use redux reducers
  • fetch data from external API

(back to top)

Live Demo

Netlify: https://bookstore-6q6x.onrender.com/

(back to top)

πŸ’» Getting Started

Clone the repository by clicking on the 'Code' button and copy the link To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • npm install
  • npm start to run the server

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git@github.com:smunoz1988/bookstore-react.git

Install

Install this project with:

  • npm install
  • npm start to run the server.

Usage

To run the project, execute the following command: Open the index.html file in a web browser using live server

Run tests

To run tests, run the following command: Use npm test for the mock Jest

Example command:

To run the webhint linter

  npx hint .

To run the stylehint linter

  npx stylehint "**/*.{css,scss}"

To run the ESLint linter

  npx eslint .

Deployment

You can see the live version of this project using:

project will be deployed in the future.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Santiago Munoz

(back to top)

πŸ”­ Future Features

  • Add Categories
  • Add functionality to chapter and progress

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project star it!

(back to top)

πŸ™ Acknowledgments

I would like to thank the Microverse team.

(back to top)

πŸ“ License

This project is licensed .

(back to top)

About

License:MIT License


Languages

Language:JavaScript 52.6%Language:CSS 38.7%Language:HTML 8.7%