/BookStore

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore add Reducer and Action

📗 Table of Contents

📖 Math Magicians

Math magicians Bookstore is a simple website that displays a list of books and allows you to:

Display a list of books Add a book Remove a selected book

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

🚀 Live Demo

  • comming soon

    (back to top)

    💻 Getting Started

    To get a local copy up and running it in your machine, follow the next steps.

    Prerequisites

    In order to run this project you need:

  • Internet connection.

  • Basic knowledge of Git/Terminal.

  • Visual Studio Code Installed.

Setup

Clone this repository to your desired folder

Install

Install almost all dependencies. This one will install ESLint:

npm install --save-dev eslint@7.x eslint-config-airbnb@18.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x @babel/eslint-parser@7.x @babel/core@7.x @babel/plugin-syntax-jsx@7.x @babel/preset-react@7.x @babel/preset-react@7.x

This one will install Stylelint:

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project,clone the project from https://github.com/haftamudesta/Math-Magicians

use the command git checkout component to go to the component dirctory to create react use npm create vite@latest -- --template react to install all raect dependencies use npm install after installing reat to run the code use npm run dev

👥 Author

👤 Haftamu Desta

(back to top)

🔭 Future Features

  • [] Make simple calculation
  • [] Read a random math-related quote

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

Hi, I would appreciate if you give this project a star(⭐️) this will encourage me to improve it and build the social network of the future.

(back to top)

🙏 Acknowledgments

"Never stop learning, code never stop teaching"

(back to top)

❓ FAQ

  • Can I publish this project as mine?

    • No, but you can use it as an inspiration or for educational purposes.
  • Can I modify it while practicing?

    • Yes, you can do it, but make sure that you know what are you doing, we never know when we can get stuck at some point just because we were playing with the code -laughs-

    (back to top)

📝 License

This project is MIT licensed.

(back to top)