/Bookstore

The Bookstore React.js Web Application 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.

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore React App

📗 Table of Contents

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/Salwa99/Bookstore.git
cd math-magician
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

👤 Salwa Ballouti

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