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.
- Html
- Css
- Js
- React
- Technologies used:
webpack, AJAX, API, JSON, Babel
view live here
You need to have a browser and this tools installed:
- Git
- NodeJS
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
To build a version of the website under Development mode:
$ npm run dev
To build the production version:
$ npm run build
To run tests in terminal use:
npm test
- GitHub: @tylher
- Twitter: @tylher123
- LinkedIn: Taiwo Adediran
Contributions, issues, and feature requests are welcome!
