Code Monkey home page Code Monkey logo

javascript-calculator-app's Introduction

A calculator app built with JavaScript, HTML and CSS

Desktop
Total lines Number of Visitors Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors

A calculator app built with JavaScript, HTML and CSS.

🕹 Live Project:

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 an 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 rundown on how to get started with open source, first of all, let's know some basic terminologies:

  • Git: is a versioning system that lets you store your code and code history on your local computer preventing losses and allowing sharing of that code
  • Github: is a server that lets 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 for 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

How to contribute:

  • Drop a ⭐ on the GitHub repository (optional)

  • Before Contribute Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md

  • Create an issue of the project or a feature you would like to add to the project and get the task assigned for yourself. (Issue can be any bug fixes or any feature you want to add to this project).

  • Fork the repo to your GitHub.

  • Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of the below-given link:
    git clone https://github.com/your-github-username/Javascript-Calculator-App.git

  • Create a branch using the below command. git branch <your branch name>

  • Checkout to your branch. git checkout <your branch name>

  • Add your code to your local machine folder. git add .

  • Commit your changes. git commit -m"<add your message here>"

  • Push your changes. git push --set-upstream origin <your branch name>

  • Make a pull request! (compare your branch with the owner's main branch)

Contributors :


Our Amazing Contributors🌟

javascript-calculator-app's People

Contributors

emilance avatar khushigarg1 avatar jainaashay avatar wendirad avatar sb-decoder avatar muhammad235 avatar matthieu-ui avatar kosiso60 avatar filipposfc avatar dev-code24 avatar arnabdey1543 avatar palsiddharth091 avatar faria-karim-porna avatar dilshadkt avatar yuricodes avatar shinchan3102 avatar sandy3002 avatar darkrider0007 avatar rishav1707 avatar priyanshujain13 avatar iampearlep avatar ojasmittal avatar airvzxf avatar debdeepghosal avatar chiran97 avatar cgrkzlkn avatar brunolagoa avatar

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.