The purpose of this exercise is to install and create application using React and deploy it to your repository. The Math Magician project will run calculation on a Single Page App
- HTML, CSS, Web Pack, Javascript
- Visual Studio Code and GitHub
- Git Flow, Webpack, Jest
- React JS
Follow the commands of React to get started with the project.
A GitHub Account Visual Studio Code
Simply create an empty repository Open Visual Studio Code Create different branches for different tasks and assignments Remove unneccessary files from the project
Run command in the VSC Terminal npx create-react-app math_magicians_react The command will complete the installtion of the required files like Webpack, etc. Run npm start to start the application You should see the Reach logo on the front page. If needed run npm init to initialize the project (but not necessary) Create new folders and add seperate js files in the relevant folder
All the required folders and files are added to the application tree Once the project is approved, run a sync changes on all branches to update Run gh deploy pages to deploy your page to the github
Create a pull request The pull request when test the compatibility of the merge If the merge is possible then the sign of ability to merge will be shown Click on create a new pull request The linters test will begin to run during the pull request If the test fails click on the details against the test and see where the error occured After fixing your code re-run the test again
After all the tests have succeeded, add comments to the pull request and save comment Leave the pull request open for review by peers
👤 Asim Mehmood Khan
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
I have opened issues in the Issues section of the project. Feel free to add your comments to the issues
Give a ⭐️ if you like this project!
- To my team they have helped me
- Thanks to Microverse study material and guidelines
This project is MIT licensed.