Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sntakirutimana72/bookstore

An app that allows users to manage their book records by adding a new record, updating, and removing records. Changes are persisted using APIs. Built with HTML5, CSS3, Redux, and React.
https://github.com/sntakirutimana72/bookstore

Last synced: 27 days ago
JSON representation

An app that allows users to manage their book records by adding a new record, updating, and removing records. Changes are persisted using APIs. Built with HTML5, CSS3, Redux, and React.

Awesome Lists containing this project

README

        

# Bookstore

An app that displays book management records and their respective categories. Built with HTML5, CSS3, and React.

## Built With

- HTML5
- CSS3
- JavaScript
- React

## Live Demo

_live demo links go here_

## Getting Started

To get a copy of this project running on your local computer, do the followings:

### Prerequisites

- Must have a working computer
- A Web-Browser installed (Chrome - Recommended)

### Setup

- Install _VSCode_ ([link](https://code.visualstudio.com/download))
- Clone this project repository on your local computer. ([link](../../))
- Open the project directory with _VSCode_

### Install

Open _Terminal/Shell_ inside your _VSCode_ and run
```
npm install --force
```

### Run tests

- For _stylelint_ tests, run
```
npm run lint:style
```
- For _eslint_ tests, run
```
npm run lint:es
```
- For __react__ tests, run
```
npm test
```

## Deployment

_deployed version link goes here_

## Authors

👤 **Steve**

- GitHub: [@sntakirutimana72](../../../)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Fellow Micronauts

## 📝 License

This project is [MIT](https://github.com/sntakirutimana72/Bookstore/blob/main/LICENSE) licensed.