https://github.com/tylher/bookstore-react
A book register web app that stores books using the title and author. It is an MVP version of it that allows you to display a list of books, add a book, and remove a selected book.
https://github.com/tylher/bookstore-react
Last synced: 8 months ago
JSON representation
A book register web app that stores books using the title and author. It is an MVP version of it that allows you to display a list of books, add a book, and remove a selected book.
- Host: GitHub
- URL: https://github.com/tylher/bookstore-react
- Owner: tylher
- License: mit
- Created: 2022-04-30T09:07:36.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-15T18:29:46.000Z (over 2 years ago)
- Last Synced: 2025-02-03T09:24:36.504Z (10 months ago)
- Language: JavaScript
- Homepage: https://dev--tylher-bookstore.netlify.app/
- Size: 1.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bookstore-react
> The Bookstore is a book register website that stores books using the title and author. It is an MVP version of it that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
## Built With
- Html
- Css
- Js
- React
- Technologies used:
> webpack,
> AJAX,
> API,
> JSON,
> Babel
## Live Version
view live [here](https://dev--tylher-bookstore.netlify.app/)
## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- Git
- NodeJS
### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone git@github.com:tylher/bookstore-react.git
```
```
$ cd bookstore-react
```
```
$ npm i
```
```
$ npm start
```
### Usage
To build a version of the website under Development mode:
```
$ npm run dev
```
To build the production version:
```
$ npm run build
```
### Run tests
To run tests in terminal use:
```
npm test
```
## Authors
- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
