https://github.com/krisbobo/books
This is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to display a list of books, add a book, and remove a selected book. Built with React!
https://github.com/krisbobo/books
javascript javascript-applications javascript-framework javascript-library reactjs
Last synced: 9 months ago
JSON representation
This is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to display a list of books, add a book, and remove a selected book. Built with React!
- Host: GitHub
- URL: https://github.com/krisbobo/books
- Owner: krisbobo
- License: mit
- Created: 2023-02-25T21:23:09.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-27T17:45:34.000Z (over 2 years ago)
- Last Synced: 2023-09-28T05:06:15.513Z (over 2 years ago)
- Topics: javascript, javascript-applications, javascript-framework, javascript-library, reactjs
- Language: JavaScript
- Homepage: https://books-krisbobo.vercel.app
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 and other links ](#-live-demo-and-other-links-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
> The bookstore is an MVP version of a previously built app, awesome books. It is a Single Page App (SPA) that allows users to:
- Display a list of books.
- Add a book.
- Remove a selected book.
The major tools and languages used are:
- REACT
- JavaScript
> The following tech stack were used
REACT
> The web app has the following key features:
- **[Allows you to display a list of books]**
- **[Add a book]**
## 🚀 Live Demo and other links
> Here, we will paste links as per the submission instructions.
- [Live Demo Link not yet available]()
> In order to run this project you need:
- Node js installed on your computer
- Npm Node package manager
- Terminal
### Setup
Clone this repository to your desired folder:
> https://github.com/krisbobo/books.git
### Install
Install this project with:
```sh
cd my-project
npm install or npm i
```
-
### Usage
To run the project, execute the following command:
```sh
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm test or jest test
```
👤 **Kiyong Bohbo**
- GitHub: [krisbobo](https://github.com/krisbobo)
- Twitter: [ChrisboboSys](https://twitter.com/ChrisboboSys)
- LinkedIn: [kiyong-christian](https://linkedin.com/in/kiyong-christian)
> The following two features will be added to this project;
- [ ] **[A Books page]**
- [ ] **[A categories page]**
Contributions, issues, and feature requests are welcome.
Feel free to check the [issues page](../../issues/).
If you like this project, don't forget give a ⭐️ or buy me a coffee ☕️
I would like to thank all my collaborators on this project and the Microverse student community.
This project is [MIT](./LICENSE) licensed.