Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eccb7/react-redux-template


https://github.com/eccb7/react-redux-template

Last synced: about 1 month ago
JSON representation

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

**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.

## 🛠 Built With

### Tech Stack

Client

Form backend service

### Key Features

- **Demo of Linters**
- **Demo of book-store**

(back to top)

(back to top)

## 💻 Getting Started

### 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
```

(back to top)

## 👥 Author

👤 **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)

(back to top)

## 🔭 Future Features

- [ ] **Add mobile version**
- [ ] **Add Model**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Eccb7/book-store/issues).

(back to top)

## ⭐️ Show your support

If you like this project give ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank my teammembers

(back to top)

## 📝 License

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

(back to top)