https://github.com/tsheporamantso/bookstore
In this project, I built a Single Page App (SPA) that allows users to display add and remove books with title and author.
https://github.com/tsheporamantso/bookstore
jsx-syntax reactjs redux-thunk redux-toolkit
Last synced: 4 months ago
JSON representation
In this project, I built a Single Page App (SPA) that allows users to display add and remove books with title and author.
- Host: GitHub
- URL: https://github.com/tsheporamantso/bookstore
- Owner: tsheporamantso
- License: mit
- Created: 2023-05-05T11:26:58.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-11T13:18:30.000Z (over 2 years ago)
- Last Synced: 2025-03-13T05:43:17.365Z (7 months ago)
- Topics: jsx-syntax, reactjs, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage: https://bookstore-hzhe.onrender.com/
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gladwin Tshepo Ramantso
Bookstore
# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)This is a online Bookstore App.
**Bookstore** In this project, I built a Single Page App (SPA) that allows users to display add and remove books with title and author.
- React
- CSS
- JavaScript(ES6)
- JSXVersion Control
Visual Studio Code
Node js
React
- **Navigation Bar**
- **Book List**
- **Categories**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node.js in your computer
- IDE(e.g.: Vscode,...)
- Terminal
### Setup
Clone this repository to your desired folder by running the following commands in your terminal:
```sh
cd your-prefered-folder-name
git clone https://github.com/tsheporamantso/bookstore.git
```
### Install
- Install this project with:
```sh
cd bookstore
npm install or npm i
```
- Run an optimized build for prodction:
```
npm run build
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
- [ ] **Use Redux in React components**
- [ ] **Connect to API**
- [ ] **Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/bookstore/issues).
If you like this project please follow us on github & twitter and also connect on Linkedin.
I would like to thank Microverse for this exercise.
This project is [MIT](./LICENSE) licensed.