https://github.com/booze33/book-store
https://github.com/booze33/book-store
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/booze33/book-store
- Owner: Booze33
- License: mit
- Created: 2023-05-04T19:30:45.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-21T16:18:02.000Z (over 2 years ago)
- Last Synced: 2025-01-08T10:49:36.761Z (over 1 year ago)
- Language: JavaScript
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Store
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Awesome books Presentation](#vgs-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> In this project, I am going to build a book store app using react. This app allows you to store books and it keeps progress as your read.
## 🛠 Built With
> This project uses the following stack :
Client
> Here are some key features of the application :
- You have a quote given to you after every refresh
- You have a calculator that you can use for quick calculation
- App was created with react
> Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
npm install
### Setup
Clone this repository to your desired folder:
- Use the url to clone the repo https://github.com/Booze33/book-store.git
Example commands:
```sh
cd my-folder
https://github.com/Booze33/book-store.git
```
-
### Install
Install this project with:
### Usage
To run the project, execute the following command:
Open the index.html file in a web browser
### Run tests
To run tests, run the following command:
Example command:
To run the webhint linter
```sh
npx hint .
```
To run the stylehint linter
```sh
npx stylehint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint .
```
### Deployment
You can deploy this project using:
-Go to the main folder of the project and double-click on the index.html file.
👤 **Tebe Tisloh**
- GitHub: [@Booze33](https://github.com/Booze33)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
- Categories of books
- Navigation bar
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project star it!
I would like to thank the Microverse team.
This project is [licensed](./LICENSE) .