Patfarmurs / react-book-store

react-book-store: is a comprehensive web platform designed to facilitate book browsing and selection. It allows visitors to explore an extensive collection of books, manage their personal reading lists, and add their preferred books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React BookStore App

πŸ“— Table of Contents

#React Book store πŸ“–

React Bookstore is a react books app

πŸ›  Built With

Tech Stack

Client

Key Features

Some Key feature of this project
  • User can read book
  • User can make CRUD operatopn with the book list

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ node --version && npm --version

Setup:

  • Clone this repository to your desired folder.

Install:

Install this project with:

  • Git.
  • Github.

Usage

To run the project, execute the following command:

git clone https://github.com/Patfarmurs/react-book-store.git
cd react-book-store
npm install
npm start

You may also see any lint errors in the console.

Run tests:

npm install react-test-renderer --save-dev
npm install --save-dev @testing-library/react
npm run test

To run tests, run the following command:

npx eslint .
npx stylelint "**/*.{css,scss}

Deployment

You can deploy this project using:

$ npm run deploy

(back to top)

πŸ‘₯ Authors

πŸ‘€ Patrick Mukula

(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)

πŸ”­ Future Features

  • Connect to an API.
  • Styling the App.

(back to top)

πŸ“ License:

This project is MIT licensed.

(back to top)

About

react-book-store: is a comprehensive web platform designed to facilitate book browsing and selection. It allows visitors to explore an extensive collection of books, manage their personal reading lists, and add their preferred books.

License:MIT License


Languages

Language:JavaScript 53.3%Language:CSS 34.7%Language:HTML 12.0%