Paranoid-02 / Javascript-Calculator-App

Home Page:https://emmycalculatorapp.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A calculator app built with JavaScript, HTML and CSS.

css3 html5 javascript

Who can contribute

Anyone interested in contributing to open source project can contribute to this, It is a beginner friendly web application built with HTML, CSS and JavaScript
This project is made open source to give opportunity to newbies in web development to contribute to open source project
Checkout CONTRIBUTING.md for more info on how to contribute to this project

How to get started with Open Source

Here's a quick run down on how to get started with open source, first of all let's know some basic terminologies:

  • Git: is a versioning system that let's you store your code and code history on your local computer preventing loses and allowing sharing of that code
  • Github: is a server that let's you store the history in a database
  • Open Source: A project is said to be open sourced if you can see the code on GitHub
  • Fork: This is a copy that you make of a project on GitHub, it gets added to your repositories
  • Repository: A project on GitHub is called a repository
  • Pull Request: This is a fix for an issue proposed to be done in a project, this consists of you editing a file in the project.
  • Issue: An issue is a change that should be done in a project, can be a bug, a new feature or a suggestion to a project
  • Branch: A branch is a new workspace derived from the default workspace(main or master), it allows you to work on something without affecting the original code

Now you know some basic terms, let's get into how to get started with some resources to let you understand open source better:

Netlify Status

About

https://emmycalculatorapp.netlify.app


Languages

Language:CSS 43.6%Language:HTML 32.5%Language:JavaScript 23.9%