An open API service indexing awesome lists of open source software.

https://github.com/ash515/percentagecalculator

A JavaScript based user friendly application used to check the percentage for HSC and SSLC.
https://github.com/ash515/percentagecalculator

Last synced: 7 months ago
JSON representation

A JavaScript based user friendly application used to check the percentage for HSC and SSLC.

Awesome Lists containing this project

README

          

# Percentage-Calculator.
A JavaScript based user friendly application used to check the percentage for HSC and SSLC.

# 🚀 Installation
1. Clone the repository
```
https://github.com/Ash515/Percentage-Calculator.git
```
2. Check the status of your file
```
$git status
```

3.For using VScode for editing your files
```
$git code .
```
4. To directly add your files to github
```
$git add .
```
5. After writing your code commit your changes
```
$git commit -m
```
6. To pull your code to reposoitory
```
$git push origin master
```
Thats all about installation and version control with **Git**