/React_BookStore

This is an app created with React and Redux that enables you to showcase a catalog of books that you have added, add new titles to the list, and delete existing ones. It's essentially a virtual bookstore where you can manage your collection of books.

Primary LanguageJavaScript

BookStore

Description the project.

Bookstore - An app that allows you to display a list of added books, add new book and remove a book, built using React, Redux

Built With

  • Major Languages (HTML, CSS, JavaScript)
  • Framework/Libraries (React, Redux)
  • Technologies/Tools used: | create-react-app tool | Webpack(Code Bundlng et al) | Babel (code transpiling) | Jest(for testing) | Git(version control) | ESLint(JavaScript linting) | Stylelint(style linting)

Live Demo (Available)

Live Demo Link

Getting Started

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

Prerequisites

  • A text editor(preferably Visual Studio Code) or any of your choice

Setup

Install

  • Git
  • Node
  • Text editor preferably VScode

Usage

Clone this repository

$ git clone https://github.com/Doheera-kosi/React_BookStore/: $ cd React_BookStore

Run project

$ npm install

Installs the modules and dependancies required to start the project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Run tests

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Author

👤 Evans Kupour

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

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

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.