Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/book-store
Book Store is a book library app which helps users keep track of their prefered books and authors.
https://github.com/andrianarivo/book-store
css module-css react redux
Last synced: about 17 hours ago
JSON representation
Book Store is a book library app which helps users keep track of their prefered books and authors.
- Host: GitHub
- URL: https://github.com/andrianarivo/book-store
- Owner: andrianarivo
- Created: 2023-06-08T12:40:11.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-14T14:35:10.000Z (about 1 year ago)
- Last Synced: 2024-04-18T09:35:11.618Z (10 months ago)
- Topics: css, module-css, react, redux
- Language: JavaScript
- Homepage: https://melodic-sawine-0a91b0.netlify.app/
- Size: 3.34 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
David Andrianarivo
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Book Store** is a book library app which helps users keep track of their prefered books and authors.
Client
- **Display a list of books**
- **Add a book**
- **Remove a selected book**
- [Live Demo Link](https://melodic-sawine-0a91b0.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `NodeJS`
- `Code editor (VSCode)`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/andrianarivo/book-store.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using your own server.
👤 **David Andrianarivo**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [Andrianarivo](https://www.linkedin.com/in/david-andrianarivo-3692101b6/)
- [ ] **Connect to API**
- [ ] **Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider giving a ⭐️
I would like to thank Microverse.
This project is [MIT](./MIT.md) licensed.