Are you bored solving the questions using the tough physics formulas?? π© Are you bored of long calculations?? π© Then here is a solution to your problems. π This project is a Physics calculator where the user just needs to enter the values and the project calculates the result using the formula.
It really is that easy!
And the best part of it? FunwithScience is open source! π€©
The website is live and can be visited on https://technscience.com/
Also join the discord channel for discussion https://discord.gg/UfhRBpbQXN
If you think that you can add a new feature or want to fix a bug, we invite you to contribute to FunwithPhysics and make this project better. To start contributing, follow the below instructions:
Create a folder at your desire location (usually at your desktop).
Open Git Bash Here
Create a Git repository.
Run command git init
Fork the repository.
Clone your forked repository of project.
git clone https://github.com/<your_username>/FunwithScience.git
cd FunwithScience
git remote add upstream https://github.com/Tech-N-Science/FunwithScience.git
git remote -v
git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
Perform your desired changes to the code base.
Check your changes.
git status
git diff
git add . <\files_that_you_made_changes>
git commit -m "relavant message"
git push -u origin <your_branch_name>
To create a pull request, click on compare and pull requests
.
Add an appropriate title and description to your PR explaining your changes.
Click on Create pull request
.
Congratulationsπ, you have made a PR to the FunwithPhysics. Wait for your submission to be accepted and your PR to be merged by a maintainer.
funwithphysics
directory.cd funwithphysics
npm install react-scripts --save
yarn start / npm start
If you have any doubts, please let us know in the comments.