a SPA (single page application) that allows the user to keep track of a list of books they have read.
- React
- React Router
- HTML, CSS, Javascript
https://akeegandev.github.io/bookstore/
- To get started please open your terminal and navigate to whatever directory you house your project repos.
- Once there copy and paste this SSH key
git clone git@github.com:AKeeganDev/bookstore.git
- A new Directory will be made. From there you can cd (change directory) to /bookstore
- Run
npm install
in the root folder directory to download the required packages- Run
npm start
in order run the project and see it in your default browser
👤 Aaron Keegan
- GitHub: @AKeeganDev
- Twitter: @AkeeganDev
- LinkedIn: AKeeganDev
Contributions are always welcome. Please open an issue if you have any suggestions or wish to become a collaborator
Give a ⭐️ if you like this project!
The inspiration for this project came from my course curriculum at Microverse. The study of JavaScript, React, Webpack usage, and Library usage made this a perfect project for practice.
This project is MIT licensed.