https://github.com/juandbta/bookstore-project
The Bookstore is a website built with React. This in an simplified version that allows you to: Display a list of books, Add a book, Remove a selected book.
https://github.com/juandbta/bookstore-project
css-flexbox css-grid front-end-development linters react
Last synced: 3 months ago
JSON representation
The Bookstore is a website built with React. This in an simplified version that allows you to: Display a list of books, Add a book, Remove a selected book.
- Host: GitHub
- URL: https://github.com/juandbta/bookstore-project
- Owner: JuanDBta
- License: mit
- Created: 2023-06-30T17:29:50.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-08T23:02:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:28:08.644Z (4 months ago)
- Topics: css-flexbox, css-grid, front-end-development, linters, react
- Language: JavaScript
- Homepage: https://bookstore-79rb.onrender.com/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Bookstore Website
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Video Intro](#video-intro)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Tests](#runtests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[Bookstore Website]** The Bookstore is a website built with React & Redux. This in an simplified version that allows you to: Display a list of books, Add a book, Remove a selected book.
## 🛠 Built With
1- REACT
2- REDUX TOOLKITClient
- **[Added App.js]**
- **[Added App.css]**
- **[Added index.css]**
- **[Added index.js]**
- **[Added /src]**
- **[Added /public]**
- **[Added /src/components]**
- **[Added /src/redux]**
- **[Added linters]**
Coming soon!
- [Bookstore](https://bookstore-79rb.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Web Browser (Chrome recommended)
Code editor (VS recommended)
GitHub account
Node.js environment
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone "https://github.com/JuanDBta/bookstore-project.git"
```
### Install
Install this project executing the following command:
```sh
npm install
```
### Usage
To run the project, go to /bookstore-project directory and execute the following command:
```sh
npm start
```
### Run Tests
To run the test, execute the following command:
```sh
npm run test
```
### Deployment
You can deploy this project using: Project not yet complete
👤 **Micronaut JUAN DAVID DIAZ**
- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)
- [ ] **[Add Animations and Awsome Styling]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give me a like, it doesn't cost you anything and it helps me a lot to keep working.
I would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!
This project is [MIT](./LICENSE) licensed.