Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sntakirutimana72/bookstore
- Owner: sntakirutimana72
- Created: 2022-07-09T10:00:27.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-15T19:42:01.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:13:42.259Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.