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
Client
Server
Database
- Add books
- Remove books
- Add comments
-
comming soon
To get a local copy up and running it in your machine, follow the next steps.
In order to run this project you need:
-
Internet connection.
-
Basic knowledge of Git/Terminal.
-
Visual Studio Code Installed.
Clone this repository to your desired folder
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
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
👤 Haftamu Desta
- GitHub: @haftamu
- Twitter: @DestaHaftamu
- LinkedIn: Haftamu Desta
- [] Make simple calculation
- [] Read a random math-related quote
Contributions, issues, and feature requests are welcome!
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.
"Never stop learning, code never stop teaching"
-
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-
This project is MIT licensed.