The Bookstore is a website similar to the "Awesome Books" website built in the previous module. You will create an MVP version of it that allows you to:
- Display a list of books.
- Add a book.
- Remove a selected book.
Be sure to have Node.js installed before proceeding.
# Clone the repo
git clone https://github.com/idungstanley/bookstore.git
# Change directory
cd bookstore
# Install dependencies
npm i
# Start local server
npm start
👤 Author1
- GitHub: @idungstanley
- Twitter: @IdungStanley
- LinkedIn: Stanley Idung Sunday
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
Give a ⭐️ if you like this project!
This project is MIT licensed.