https://github.com/carlosmuerto/bookstore
Bookstore is a website similar to the "Awesome Books" website: Display a list of books. Add a book. Remove a selected book.
https://github.com/carlosmuerto/bookstore
Last synced: 3 months ago
JSON representation
Bookstore is a website similar to the "Awesome Books" website: Display a list of books. Add a book. Remove a selected book.
- Host: GitHub
- URL: https://github.com/carlosmuerto/bookstore
- Owner: carlosmuerto
- License: mit
- Created: 2022-09-15T17:09:19.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-23T19:52:09.000Z (about 3 years ago)
- Last Synced: 2025-01-25T15:42:27.117Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore
> Bookstore is a website similar to the "Awesome Books" website:
> - Display a list of books.
> - Add a book.
> - Remove a selected book.
[Live Demo](https://github.com/carlosmuerto/Bookstore)
## Built With
- JavaScript, CSS, HTML
- React## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js### Setup
- Clone this repo locally using git and the following git command
```bash
git clone https://github.com/carlosmuerto/Bookstore
```
- or with GitHub CLI
```bash
gh repo clone carlosmuerto/Math-Magicians
```### Install dependency
```bash
npm install
```### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Authors
👤 Carlos Vivas
- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](../../issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](LICENSE) licensed.