- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Math magicians] is a react web app for all fans of mathematics. It allows users to: Make simple calculations. Read a random math-related quote.
- HTML
- SCSS
- React
- [Components]
- [Events]
- [Refactor with hooks]
To get a local copy up and running, follow these steps.
In order to run this project you need to install these prerequisites:
- If you're running on Windows you can download the prerequisites from the links down below:
-
If you're running on Linux follow these steps down below:
-
Install git.
sudo apt install git
- Install nodejs and npm.
sudo apt install nodejs
Clone this repository to your desired folder:
git https://github.com/Ndaboom/math-magicians-v3.git
cd math-magicians-v3
Install this project with:
npm install
To run the project, follow below instructions:
- Now you can run the app by executing:
npm start
To run tests, run the following command:
npm test
👤 Sammy Ndabo
- GitHub: Sammy Ndabo
- Add Home view
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse for project inspiration.
-
What version of nodejs does this project works on?
- The project runs well with nodejs 14+. you might face some issues while running this project in lower versions.
This project is MIT licensed.