Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkaleth/bookstore
The Bookstore is a website with these functionalities: display a list of books, add a book, and remove a selected book. I built this web with React JS & Redux Toolkit and access the data from an API RESTful.
https://github.com/nkaleth/bookstore
css css3 html5 javascript reactjs redux-toolkit
Last synced: 15 days ago
JSON representation
The Bookstore is a website with these functionalities: display a list of books, add a book, and remove a selected book. I built this web with React JS & Redux Toolkit and access the data from an API RESTful.
- Host: GitHub
- URL: https://github.com/nkaleth/bookstore
- Owner: Nkaleth
- Created: 2023-02-23T22:36:22.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-03-06T16:55:09.000Z (over 1 year ago)
- Last Synced: 2024-10-16T07:52:00.441Z (30 days ago)
- Topics: css, css3, html5, javascript, reactjs, redux-toolkit
- Language: JavaScript
- Homepage: https://bookstore-obvr.onrender.com
- Size: 1.01 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Bookstore ](#-Bookstore-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)> Bookstore is a website with this functionalities: display a list of books, add a book and remove a selected book.
> This project uses the following stack :
Client
> Here are some key features of the application :
- **Learn how to use proper ES6 syntax.**
- **Use ES6 modules to write modular JavaScript.**
- **Follow Gitflow.**
- **Handle events in a React app.**
- **Use React life cycle methods.**
- **Understand the mechanism of lifting state up.**
- **Use React Router.**
- **Understand the concept of state management.**
- **Use store, actions, and reducers in React.**
- **Connect an existing API via Redux and use the data to display something in a UI.**
[BookStore live demo](https://bookstore-obvr.onrender.com/)
> Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
-visual studio
-github
### Setup
Clone this repository to your desired folder:
```sh
mkdir my-folder
cd my-folder
git clone https://github.com/Nkaleth/bookstore.git
```
-
### Install
Install this project with:
```
npm install
```
### Usage I
Change the main branch to the right one, execute the following command:
```sh
git checkout dev
```
### Usage II
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
Example command:
To run the webhint linter
```sh
npx hint .
```
To run the stylehint linter
```sh
npx stylehint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint "**/*.{js,jsx}"
```
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nseguralu/)
- **Deploy**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project follow me and star it!
I would like to thank Microverse
This project is [licensed](./MIT.md) .