[Bookstore] is a wesite that allows the user to nage a list of books by displaying them, adding new ones, and removing selected ones
Client
Technologoes
- [Display_a_list_of_books]
- [Add_a_book]
- [Remove_a_selected_book]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A code editor (preferably VSCode)
- A browser
- Node.js (to run javascript files locally)
- LiveServer (to load javascript modules)
Clone this repository to your desired folder:
- Open git bash on local computer
- clone the repo with:
git clone from https://github.com/0sugo/bookstore.git
Install this project with:
- run
cd bookstore
to enter the project folder - run
npm i
to install all dependencies
To run the project, execute the following command:
- run
npm start
to launch the application - enjoy application
👤 JOSECK OSUGO
- GitHub: 0sugo
- Twitter: @0sugo5
- LinkedIn: Joseck Osugo
- [Recommendations_and_reviews]
- [Sharing_and_social_features]
- [Edit_book_details]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly leave a comment below and share it with someone who enjoys coding! Coding is all about continuous learning and allowing yourself to be a beginner at first attempt. Keep going!
I'm thankful to Microverse for providing a study platform which guided me through this project and to my coding partners at Microverse for the collaborative effort.
This project is MIT licensed.