Skip to content

A functional calculator using JavaScript Scss to show that a project is much more than just code.

Notifications You must be signed in to change notification settings

YuriDevAT/YuriDevAT.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A functional calculator using HTML, SCSS and JavaScript to show that a project is much more than just code.

To use the calculator, simply click on the numbers you want to operate on and an operator of your choice to see results.

To get insight information on this project, kindly check out the following blog article:

How I got my first job as a developer by making simple projects seem big, written specifically for Week 1 of the 4 Articles in 4 Weeks - Hashnode Writeathon.

Thumbnail

Demo

Live view of the project.

Get the code

This code is free for every one to use or change to someones needs. Follow the instruction to successfully clone the code.

Prerequisites

Before cloning this project, make sure you have the following tools installed:

On your computer

Extensions used to successfully show the code

Installation

  1. In the console go to the directory where you want to save the project by typing the following command (example):
cd projects && mkdir calculator && cd calculator
  1. Clone the code by typing the following command:
git clone https://github.com/YuriDevAT/YuriDevAT.github.io.git
  1. Navigate to the project directory and open the project
cd calculator && code .
  1. Run the project by right click on the index.html file and choose Open with Live Server (the port should open automatically)
  2. Run the stylesheet* by clicking Watch Sass in the status bar of the bottom of VS Code

*When watching Sass, the project will automatically compile the stylesheet and update the browser. Two files (style.css and style.css.map) will be created in the project directory.

Contributors

About

A functional calculator using JavaScript Scss to show that a project is much more than just code.

Topics

Resources

Stars

Watchers

Forks