Bookstore

Bookstore React App</h1> </div> # 📗 Table of Contents - [📗 Table of Contents](#-table-of-contents) - [Book store 📖 ](#book-store--) - [🛠 Built With ](#-built-with-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - [🚀 Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup:](#setup) - [Install:](#install) - [Install this project with:](#install-this-project-with) - [Usage](#usage) - [To run the project, execute the following command:](#to-run-the-project-execute-the-following-command) - [Run tests:](#run-tests) - [To run tests, run the following command:](#to-run-tests-run-the-following-command) - [Deployment](#deployment) - [👥 Authors ](#-authors-) - [🤝 Contributing ](#-contributing-) - [⭐️ Show your support ](#️-show-your-support-) - [🔭 Future Features ](#-future-features-) - [📝 License:](#-license) # 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 - [Book Store](https://bookstore-8bntn6odx-salwa99.vercel.app/)

(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: - [x] A web browser like Google Chrome. - [x] 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: ```sh git clone https://github.com/Salwa99/Bookstore.git ``` ```sh cd math-magician ``` ```sh npm install ``` ```sh npm start ``` **You may also see any lint errors in the console.** # Run tests: ```sh npm install react-test-renderer --save-dev ``` ```sh npm install --save-dev @testing-library/react ``` ```sh npm run test ``` ### To run tests, run the following command: ```sh npx eslint . ``` ```sh npx stylelint "**/*.{css,scss} ``` ### Deployment You can deploy this project using: ``` $ npm run deploy ```

(back to top)

## 👥 Authors 👤 **Salwa Ballouti** - GitHub: [@Salwa99](https://github.com/Salwa99) - Twitter: [@SalwaBallouti](https://twitter.com/salwa-ballouti) - LinkedIn: [Salwa Ballouti](https://linkedin.com/in/salwa-ballouti)

(back to top)

## 🤝 Contributing Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](../../issues/).

(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](/Bookstore/LICENSE) licensed.

(back to top)