"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:
- Make simple calculations.
- Read a random math-related quote.
- ReactJS
Go to your terminal, navigate to your working directory and run
git clone https://github.com/Nuri1977/math-magicians.git
After that navigate to the newly created folder
cd math-magicians
You now have access to the files. To install necessary dependencies run
npm install
Start a local server running the command
npm start
You should now have the project running locally on a dev server.
npm test
Launches the test runner in the interactive watch mode.
👤 Nuri Lacka
- GitHub: @Nuri1977
- Twitter: @Lackanuri
- LinkedIn: @nurilacka
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!