Code Monkey home page Code Monkey logo

physics-calculator's Introduction

Physics Calculator

I had a physics course during the first semester of grade 11. I enjoyed the course and I personally thought it was much easier than what people made it out to be. My only problem was finding all the correct physics formulas. I did not find one website with all the formulas we learned about in class; and if there was, they were not solved for the variable I wanted. I made this program to make it easier to find physics formulas for high school physics and to save time calculating answers.

Table of Content

Introduction

Physics Calculator is a web application that aims to make high school physics easier. The application is split into several units, each unit with its own variable solvers. For example, if someone wishes to calculate acceleration, they must go to the Kenimatics unit, select acceleration and plug in their given values. The website will then return the answer, with the formula used to get such an answer. The website is a full stack application, created with JavaScript, ejs (embedded JavaScript), css and Node.js.

Requirements

Node.js is required for this application. To install Node.js, visit their website

Dependencies

  • express ^4.17.1
  • nodemon ^2.0.14 (if you wish to run with nodemon

Install

Using command line, do the following:

Run git clone https://github.com/osHamad/physics-calculator.git

Run npm install express nodemon or npm install express if you do not want nodemon

Usage

To run the website locally, do the following:

For running with nodemon: Run npm run start in command line

For running without nodemon: Run node server.js

On your browser, search http://localhost:8000

you should be able to view the website

License

This program is under the MIT Liscense

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.