Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattgomb/bookstore

The Bookstore is an MVP website similar to the "Awesome Books" website built in the previous module. It allows us to: Display a list of books, Add a book, Remove a selected book.
https://github.com/mattgomb/bookstore

Last synced: 4 days ago
JSON representation

The Bookstore is an MVP website similar to the "Awesome Books" website built in the previous module. It allows us to: Display a list of books, Add a book, Remove a selected book.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Bookstore

> The Bookstore is a website similar to the "Awesome Books" website built in the previous module. By building this application, we learn how to use React and Redux. I will create an MVP version of the Bookstore that allows the user to:

- Display a list of books.
- Add a book.
- Remove a selected book.

## Built With

- React & Redux
- webpack, babel, & jest
- GitHub, Gitflow, VSCode, Netlify

## Live Demo

[Click Me!](https://bookstore-mattgomb.netlify.app/)

## Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Available Scripts

In the project directory, you can run:

### `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.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

### Prerequisites

- Installation of Node.js, Node Package Manager, webpack module bundler, and Babel
- Functioning computer Internet connection
- Basic understanding of Git and GitHub
- Basic JavaScript, HTML, and CSS knowledge

### Setup

To get a local copy up and running follow these simple example steps:

1 - Above the list of files, click on the "Code" button

2 - Copy the URL for the repository.

3 - To clone the repository using HTTPS, under "HTTPS", click . To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click . To clone a repository using GitHub CLI, click GitHub CLI, then click . The clipboard icon for copying the URL to clone a repository with GitHub CLI

4 - Open Git Bash.

5 - Change the current working directory to the location where you want the cloned directory.

6 - Type git clone, and then paste the URL you copied earlier.

7 - Press Enter to create your local clone.

8 - To get started with the exact same setup, don't forget to install webpack, babel, and jest on your computer!

- [The setup of webpack](https://webpack.js.org/guides/getting-started/)
- [The setup of jest](https://jest-bot.github.io/jest/docs/getting-started.html)
- [The setup of babel](https://babeljs.io/setup)

Please read the documentation to get familiar with each of them!

### Install

- A code editor (e.g. VSC) /text editor (e.g. notepad++) Node.js

### Usage

Feel free to use this repo to play around with basic HTML, CSS, and JavaScript elements and solutions

### Run tests

No testing required, but you can always take a look at the jest testing environment and create new tests for functions.

### Deployment

## Authors

๐Ÿ‘ค **Mรกtyรกs Gombos**

- GitHub: [@MattGomb](https://github.com/MattGomb)
- Twitter: [@MtysGombos1](https://twitter.com/MtysGombos1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gombos-m%C3%A1ty%C3%A1s-28139771/)

## ๐Ÿค 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

## ๐Ÿ“ License

This project is [MIT](./LICENSE) licensed.