bookstore-react-redux is a web application that allows users to manage a list of books. It provides functionality to display a list of books, add new books, and remove selected books.
🖥️ Client
-
Display a list of books: The application allows users to view a list of books currently in the bookstore. Each book is displayed with its title, author, and other relevant information.
-
Add a book: Users can add new books to the bookstore by providing the book's title, author, and any other required details. The new book will be added to the existing list of books.
-
Remove a selected book: Users can select a book from the list and remove it from the bookstore. This action permanently deletes the book from the system.
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
Clone this repository to your desired folder:
git clone https://github.com/kit0-0/bookstore-react-redux.git
To install all dependencies, run the following command:
npm install
To run tests, use the following commands:
- To track CSS and JavaScript linter errors, run:
npm run lint
To build the project, run the following command:
npm run build
To run the webpack development server, execute the following command:
npm start
👤 Kiko
- GitHub: @kit0-0
- 📱 Add Animation: Enhance the user interface with smooth animations and transitions to make the user experience more engaging and interactive.
Contributions are welcome! If you want to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Open a pull request.
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse for providing guidance and support during the development of this project.
This project is licensed under the MIT License.