Skip to content

souravseal99/FunwithPhysics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FunwithPhysics

Are you bored solving the questions using the tough physics formulas?? 😩 Are you bored with the 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 all? FunwithPysics is open source! 🤩

contributors Issues Pull Requests Maintenance GitHub forks GitHub Repo stars

How it differs from other problem-solving projects?

  • No Server-side Interactions
  • Speed
  • Complex Calculations within a few ms(milliseconds)

Tech Used

HTML5 CSS3 JavaScript Bootstrap**

How to Contribute

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:

  1. Create a folder at your desire location (usually at your desktop).

  2. Open Git Bash Here

  3. Create a Git repository.

    Run command git init

  4. Fork the repository.

  5. Clone your forked repository of project.

git clone https://github.com/<your_username>/FunwithPhysics.git
  1. Navigate to the project directory.
cd FunwithPhysics
  1. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/Amit366/FunwithPhysics.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
git pull upstream main
  1. Create a new branch(prefer a branch name that relates to your assigned issue).
git checkout -b <YOUR_BRANCH_NAME>
  1. Perform your desired changes to the code base.

  2. Check your changes.

git status
git  diff
  1. Stage your changes.
git add . <\files_that_you_made_changes>
  1. Commit your changes.
git commit -m "relavant message"
  1. Push the committed changes in your feature branch to your remote repository.
git push -u origin <your_branch_name>
  1. To create a pull request, click on compare and pull requests.

  2. Add appropriate title and description to your PR explaining your changes.

  3. 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.

How to run the webpage on your local system

  1. Go to the funwithpysics directory.
cd funwithpysics
  1. Write the command.
yarn start

If you have any doubts please let us know in the comments.


Open Source Programs we have been associated with:


The Project Maintainer👨‍🏫:

              

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 7.2%
  • Other 0.9%