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! 🚀
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/bookstore
- Owner: Chandan-devs-tech
- Created: 2023-07-22T10:52:36.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-05T07:53:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T11:51:50.108Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://bookstore-1nst.onrender.com
- Size: 1.45 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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] 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
- [Display a list of books]
- [Add a book]
- [Remove a selected book]
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.
- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs/)
- [ ] [Add reducers and actions]
- [ ] [Use Redux in React components]
- [ ] [Connect to API]
- [ ] [Styling]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Chandan-devs-tech/bookstore/issues).
If you like this project give me a ⭐️.
## 🙏 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.
This project is [MIT](https://github.com/Chandan-devs-tech/bookstore/blob/feature/components/Mit.md) licensed.