A web application to keep track of the books you own.
- HTML, JavaScript, CSS
- Webpack, React, Jest
To get a local copy up and running follow these simple example steps.
- Nodejs
- Clone the repository to a folder in your PC.
- Navigate to the folder where you cloned the repo (eg: Documents/BookStore).
- Once in the folder, open a terminal window from there.
- Alternatively, you can open a terminal from a shortcut and navigate to the folder using the command
cd
(eg:cd Documents/BookStore
): - Run
npm i
to install all the necessary dependencies.
- Run
npm start
to start a local server atlocalhost:3000
.
- Run
npm test
to run tests if available.
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.