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

https://github.com/chandan-devs-tech/bookstore

📚 The Bookstore: A website like "Awesome Books" ✨ Features: 📜 Display book list ➕ Add books 🗑️ Remove selected book Build to learn React and Redux in a real app context! 🚀
https://github.com/chandan-devs-tech/bookstore

Last synced: about 1 year ago
JSON representation

📚 The Bookstore: A website like "Awesome Books" ✨ Features: 📜 Display book list ➕ Add books 🗑️ Remove selected book Build to learn React and Redux in a real app context! 🚀

Awesome Lists containing this project

README

          


Animation


Bookstore

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Bookstore\] ](#-bookstore-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [npm start](#npm-start)
- [Run tests](#run-tests)
- [npm test](#npm-test)
- [Deployment](#deployment)
- [npm run build](#npm-run-build)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Bookstore]

[Bookstore] is a website similar to the "Awesome Books" website built in the previous module.

I have created an simplified version of it that allows :
- Display a list of books
- Add a book
- Remove a selected book
## 🛠 Built With
HTML
CSS
JavaScript
React

### Key Features

- [Display a list of books]
- [Add a book]
- [Remove a selected book]

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- Laptop
- Internet
- Git
- Github

### Setup

Clone this repository to your desired folder:

sh
cd my-folder
git clone https://github.com/Chandan-devs-tech/bookstore.git

### Install

Install this project with:
### 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.

sh
cd my-project
npm install

### Run tests

To run tests, run the following command:

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

sh
npm run test

### Deployment

You can deploy this project using:

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

(back to top)

## 👥 Authors
👤 Chandan Gupta

- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)

(back to top)

## 🔭 Future Features

- [ ] [Add reducers and actions]
- [ ] [Use Redux in React components]
- [ ] [Connect to API]
- [ ] [Styling]

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/bookstore/issues).

(back to top)

## ⭐️ Show your support

If you like this project give me a ⭐️.

(back to top)

## 🙏 Acknowledgments
create-react-app.dev
Running Tests | Create React App
Note: this feature is available with react-scripts@0.3.0 and higher.
I would like to thank Microverse team.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Chandan-devs-tech/bookstore/blob/feature/components/Mit.md) licensed.

(back to top)