An open API service indexing awesome lists of open source software.

https://github.com/mohamedsabry0/bookvoid


https://github.com/mohamedsabry0/bookvoid

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        


Bookstore

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [Screenshot](#screenshot)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🔭 Future Features](#future-features)

- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Bookstore

**Bookstore** is a simple Bookstore app built with React.js

## Screenshot


logo


## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Single Page Application]**
- **[Reusable Components]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://bookstore-615c.onrender.com)

(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:
- Node
- npm

Probably with versions:
- Node >= 19.6.0
- npm >= 9.4.0

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:mohamedSabry0/bookstore.git
```

### Install

Install this project with:

```sh
cd bookstore
npm i
```

### Usage

To run the project, execute the following command:

#### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### Run tests

To run tests, run the following command:

#### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

(back to top)

## 👥 Authors

👤 **Mohamed Sabry**

- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mohamedSabry0/bookstore/issues).

(back to top)

## ⭐️ Show your support

If you like this project it would be truly appreciated if you give it a ⭐️.

(back to top)

## 🔭 Future Features

- [ ] **[Improve Styling]**
- [ ] **[Add Tags]**
- [ ] **[Autofill author input from previous inputs]**

(back to top)

## Acknowledgements
> We seek knowledge from the cradle to the grave.

I am grateful for these resources as they were a reason that I obtained a glimpse of their abundance of knowledge:
- [Microverse](https://www.microverse.org/)
- [ReactJS Docs](https://reactjs.org/docs)
- [React Router Docs](https://reactrouter.com/en/main)
- [Redux toolkit usage guide](https://redux-toolkit.js.org/usage/usage-guide)
- @gitdagray [react_redux_toolkit tutorial](https://www.youtube.com/watch?v=93CR_yURoII)
- https://codepen.io/ilPas/pen/jYeEyV
- I also thank other resources that might have slipped from my mind to mention, I really appreciate all the efforts in delivering helpful resources of knowledge.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)