https://github.com/tedlivist/bookstore
https://github.com/tedlivist/bookstore
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/bookstore
- Owner: TedLivist
- Created: 2021-09-27T07:56:56.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2021-09-30T15:24:20.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T05:02:24.786Z (over 3 years ago)
- Language: JavaScript
- Size: 861 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Bookstore
> The Bookstore is a website that displays a list of books. Users can add a book, remove a selected book.

## Built With
- React
## Getting Started
### Setup
#### To get a local copy up and running follow these simple example steps.
- Click the green `Code` button on the repo
- In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/bookstore.git`
- On the terminal, navigate into the directory like so: `cd bookstore`
- Checkout to branch name like so: `git checkout [branch name]`
- Run `npm i` or `yarn` to install the dependencies
- Run `npm start` or `yarn start` to start the application
## Author
👤 **Teddy-Livingstone Ememandu**
- [GitHub](https://github.com/TedLivist)
- [LinkedIn](https://linkedin.com/in/tememandu)
## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc