/bookstore

A web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore

📗 Table of Contents

📖 [Bookstore]

[Bookstore] is a web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;

🛠 Built With

Tech Stack

Key Features

  • [REACT LIBRARY]
  • [REACT COMPONENTS]
  • [REDUCERS AND ACTIONS]
  • [REDUX IN REACT COMPONENTS]
  • [USED CONNECTION TO API]

(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:

  • A browser of you choice.
  • A text editor of your choice.
  • An installed node.js on your local system

Setup

Clone this repository to your desired folder:

  • Use the following Commands:

    cd your-desired-folder
    git clone git@github.com:ProgramKingAbel/bookstore.git
    

Install

Install this project with:

  • You can deploy this project on hosting provider of your choise or you can deploy it on github pages.

Usage

  • Use following commands to run on your local system:

    npm run build
    npm run dev
    

Run tests

  • Run the following script and style test:

    npm test
    npx eslint "**/*.{js,jsx}"
    npx stylelint "**/*.{css}"
    

Deployment

You can deploy this project using:

  • Free deployment services like GitHub pages.
  • Any deployment services of your choice.

(back to top)

👥 Authors

👤 Abel Matunda Morara

(back to top)

🔭 Future Features

  • [Add Live version]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a star

(back to top)

🙏 Acknowledgments

We would like to thank Microverse and our coding partners.

(back to top)

❓ FAQ

  • How to make it mobile friendly?

    • Put a viewport tag in the header
  • How to design the site?

    • Draw a mockup before start to code

(back to top)

📝 License

This project is MIT licensed.

(back to top)