"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read random math-related quotes. Its built using react.
- Languages (JSX, CSS)
- Library (React)
- Git
- Gitflow
- Node.JS
- npm
- Code Editor
- Git
- Clone the repo using the command below
git clone git@github.com:charlesgobina/math-magician.git
- Navigate to the directory in which you cloned the project and use the command below
cd math-magician
- Install all project dependencies and packages using the command below
npm install
- Start the server to run the application locally using the command below
npm start
Charles Gobina 🧑🎓
- Github:https://github.com/charlesgobina
- Twitter:https://twitter.com/i4mCloud
- LinkedIn:https://www.linkedin.com/in/charles-gobina-74a0ab193/
Contributions, issues, and feature requests are welcome!
- Fork this repo using the command below
gh repo fork git@github.com:charlesgobina/math-magician.git
- Clone the forked repo using the command below
git clone git@github.com:charlesgobina/math-magician.git
- Navigate to the directory in which you cloned the project and use the command below
cd math-magician
- Switch to dev branch using the command below
git checkout dev
- Create a new feature branch using the command below
git checkout -b [name_of_feature_branch]
- Commit your changes using git commit as shown below
git commit -m ["entere a commit message"]
- Push your changes using
git push -u origin [name_of_feature_branch]
- Open pull request to the dev branch
Give a :star: if you like this project.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed