An open API service indexing awesome lists of open source software.

https://github.com/loltolo-lesapiti/bookstore

"Bookstore" is a website that allows you to display a list of books, add a book and remove selected book. The UI was build with React following Zeplin design and state managed with Redux. It also makes use of the Bookstore API for data storage and retrieval.
https://github.com/loltolo-lesapiti/bookstore

css reactjs redux-thunk redux-toolkit webpack

Last synced: 9 months ago
JSON representation

"Bookstore" is a website that allows you to display a list of books, add a book and remove selected book. The UI was build with React following Zeplin design and state managed with Redux. It also makes use of the Bookstore API for data storage and retrieval.

Awesome Lists containing this project

README

          

# Bookstore: styling

In this milestone of the Bookstore app project. I used CSS and Zeplin as a collaboration tool to style the Bookstore project.

## Built with

- Create React App

## Additional Tools

- WebHint
- Stylelint
- ESlint
- Webpack
- Redux

## Live demo

You can watch [here](https://unrivaled-sprinkles-46a634.netlify.app) a live demo of our project.

## Test

To track linter errors locally follow these steps:

Download all the dependencies run:

```
npm install
```

Track HTML linter errors run:

```
npx hint .
```

Track CSS linter errors run:

```
npx stylelint "**/*.{css,scss}"
```

Track JavaScript linter errors run:

```
npx eslint ."
```

## Authors

👤 **Petro Loltolo Lesapiti**

- GitHub: [@petrolesapiti](https://github.com/Loltolo-Lesapiti)
- LinkedIn: [@petrolesapiti](https://www.linkedin.com/in/petrolesapitiloltolo/)

## Collaborators

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Getting Started

To get a local copy follow these simple steps:

**Clone Your Github Repository**
Follow these steps to clone your
**Clone Your Github Repository**
Follow these steps to clone my Github repo on Windows:

1. Open Git Bash;

- If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.

2. Go to the current directory where you want the cloned directory to be added;

- To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
- $ cd '/c/Users/Documents/My Git Project'

3. Go to the page of the repository that you want to clone.

4. Click on “Clone or download” and copy the URL.
5. Use the git clone command along with the copied URL from earlier;

- $ git clone https://

6. Press Enter;

- $ git clone https://
Cloning into Git …
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (13/13), done.
remove: Total 13 (delta 1), reused 0 (delta 1)
Unpacking objects: 100% (13/13), done.
**Congratulations, you have created your first local clone from your remote Github repository.**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://.

## Show your support

Give a ⭐ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._