/bookstore-react-redux

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.

Primary LanguageJavaScriptMIT LicenseMIT

📚 bookstore-react-redux

📖 Table of Contents

📖 About the Project

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.

🛠️ Built With

Tech Stack

🖥️ Client

🔑 Key Features

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

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

To run this project, you need the following:

  • 🌐 Web browser
  • 🐙 Git
  • 👨‍💻 Code editor

Setup

Clone this repository to your desired folder:

git clone https://github.com/kit0-0/bookstore-react-redux.git

Install

To install all dependencies, run the following command:

npm install

Run Tests

To run tests, use the following commands:

  • To track CSS and JavaScript linter errors, run:
npm run lint

Build

To build the project, run the following command:

npm run build

Webpack Development Server

To run the webpack development server, execute the following command:

npm start

(back to top)

👤 Author

👤 Kiko

(back to top)

🔮 Future Features

  • 📱 Add Animation: Enhance the user interface with smooth animations and transitions to make the user experience more engaging and interactive.

(back to top)

🤝 Contributing

Contributions are welcome! If you want to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push your branch to your forked repository.
  5. Open a pull request.

Feel free to check the issues page.

(back to top)

⭐️ Show Your Support

If you like this project, give it a ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing guidance and support during the development of this project.

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)