Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccb7/book-store
https://github.com/eccb7/book-store
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/book-store
- Owner: Eccb7
- License: mit
- Created: 2023-07-21T12:37:03.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-31T08:16:43.000Z (over 1 year ago)
- Last Synced: 2023-08-10T19:01:52.691Z (over 1 year ago)
- Language: JavaScript
- Size: 659 KB
- Stars: 1
- 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**book-store** is a repository.In this project, I have restructured our Awesome books app code. The goal was to show my react.js skills.
Client
Form backend service
- **Demo of Linters**
- **Demo of book-store**
### Prerequisites
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
### Setup
Clone this repository to your desired folder:
```bash
git clone https://github.com/Eccb7/book-store.git
```
### Install
To install all dependencies, run the following command:
```bash
npm install
```
### Run Tests
To run tests, use the following commands:
- To track CSS linter errors, run:
```bash
npx stylelint "**/*.{css,scss}"
```
- To track JavaScript linter errors, run:
```bash
npx eslint "**/*.{js,jsx}"
```
### Build
To build the project, run the following command:
```bash
npm run build
```
### Webpack Development Server
To run the webpack development server, execute the following command:
```bash
npm start
```
👤 **Ojwang Briton**
- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno-ba6591244](https://linkedin.com/in/briton-otieno-ba6591244)
- [ ] **Add mobile version**
- [ ] **Add Model**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Eccb7/book-store/issues).
If you like this project give ⭐️
I would like to thank my teammembers
This project is [MIT](./LICENSE) licensed.