"Bookstore" is a is a webapp similar to the "Awesome Books" website I built previously. This is an React version of it that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
I started by building the core functionality, which is a calculator. At the very beginning my website will contain only the simple UI presented below, but it will be able to perform all math operations.
- HTML
- CSS
- JavaScript ES6
- React
This project was bootstrapped with Create React App. To get a local copy up and running follow these simple example steps.
- git
- Node.js
- Broswer to Display
- VsCode run and edit the code
- open a terminal
- run
git clone git@github.com:ShaheerCH/bookstore
- run
cd bookstore
- run
npm install
- run
npm run build
- run
npm start
your default browser should load automatically with the app, if it doesn't do next and final step. - Enter
http://localhost:3000/
in your browser
- It can be used to display list of books.
- It can be used to add a book.
👤 Shaheer
- GitHub: @ShaheerCH
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.