https://github.com/jfoyarzo/bookstore
https://github.com/jfoyarzo/bookstore
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfoyarzo/bookstore
- Owner: jfoyarzo
- License: mit
- Created: 2022-11-05T00:30:01.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-12T18:59:54.000Z (over 2 years ago)
- Last Synced: 2023-05-04T10:23:04.431Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Bookstore
A React project on its early stages. Currently consists of a SPA with two views, a navbar component for navigation, a books component that displays a list of books and a form for adding books, a book component that displays a single book and a form component.
## Built With
- HTML
- CSS
- JavaScript
- React## Getting Started
To get a local copy, run the following command.
- `git clone [email protected]:jfoyarzo/bookstore.git`
### Prerequisites
- node.js
- git### Install
To install dependencies run
`npm install `### Usage
Run `npm start` on the app folder to serve files for access on http://localhost:3000/
## Authors
👤 **Felipe Oyarzo**
- GitHub: [@jfoyarzo](https://github.com/jfoyarzo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jorge-felipe-oyarzo-contreras-647118247/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jfoyarzo/bookstore/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone who's code was used
## 📝 LicenseThis project is [MIT](./LICENSE) licensed.