Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pablobona/bookstore-react-app

The Bookstore is a website that allows you to display a list of books, add a book and remove a book!
https://github.com/pablobona/bookstore-react-app

api-rest boostrap javascript localstorage

Last synced: 16 days ago
JSON representation

The Bookstore is a website that allows you to display a list of books, add a book and remove a book!

Awesome Lists containing this project

README

        




BookStore





# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Bookstore-React-App](#bookstore-react-app)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#getting-started)
- [Install](#-install)
- [Usage](#-usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)


# 📖 Bookstore-React-App (bookstore-react-app)

The Bookstore is a website that allows you to display a list of books, add a book and remove a book!ics.

(back to top)

## 🛠 Built With

### Tech Stack

The following stacks were used

(back to top)

### Key Features

- **ReactJS library**
- **Using JSX syntax**
- **Unit test with jest**
- **Boostrap**

(back to top)

### 🚀 Live Demo
Live Demo


# 💻 Getting Started

Clone this repository to your desired folder:

Example commands:

```bash
git clone [email protected]:PabloBona/bookstore-react-app.git
```

# 📖 Install

Install this project's dependencies with:
```
cd bookstore-react-app
npm install
```


# 📖 Usage

To run the project, execute the following command:

```bash
npm run 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

```bash
npm test
```


# 📖 Run linterns tests

If you follow the tutorial above to setup linters then you can run these tests

```$
npx hint .
```

```$
npx stylelint "**/*.scss"
```

or if you use css then run this instead of the latter command above

```$
npx stylelint "**/*.{css,scss}"
```


# Available Scripts

In the project directory, you can run:

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

### Deployment

You can deploy this project using: GitHub Pages or Netlify

(back to top)

### 👥 Author

- 👤 **Pablo Bonasera**

- GitHub: [@BonPa](https://github.com/PabloBona)
- LinkedIn: [Pablo Bonasera](https://www.linkedin.com/in/pablo-bonasera-142327257/)

(back to top)

## 🔭 Future Features

- [ ] **Customizable notifications and alerts**
- [ ] **Multilingual support**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/PabloBona/bookstore-react-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project you can follow me on github for more.

(back to top)

## 🙏 Acknowledgments

- We would like to express our heartfelt gratitude to Microvere for the invaluable learning experience they have provided. The supportive community, dedicated mentors, and remote collaboration opportunities have enhanced my technical skills and prepared me for real-world projects.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Are the linters necessary?**

- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.

(back to top)

## 📝 License

This project is [MIT](https://github.com/PabloBona/bookstore-react-app/blob/feature/setup%26components/MIT.md) licensed.

(back to top)