bookstore app The Bookstore is a website where the user can display a list of books, add a book by providing a title, an author, and selecting from the categories, and remove a selected book.
- [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:
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Johnadibe/bookstore-app.git
Install this project with:
cd bookstore-app
yarn install
To run the project, execute the following command:
npm start
You can deploy this project using:
git push main
👤 John Adibe
- GitHub: @Johnadibe
- Twitter: @JohnAdibe2
- LinkedIn: @John Adibe
- [Display a list of books.]
- [Add a book.]
- [Remove a selected book.]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is MIT licensed.