AniketDeshpandeGit / Calculator-with-Node.js

Created a Calculator using NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple calculator created in Node.JS to understand and implement basic NodeJS functionality.

How To Run:

Open each folder

Backend
"npm init" to create new module and initialize package.json
"npm install" the packages

"nodemon" to start backend server

Frontend
"npm init"
"npm install"
"npm install create-react-app" to make a new reactjs app

"npm start" to start backend server

About

Created a Calculator using NodeJS


Languages

Language:JavaScript 85.3%Language:HTML 11.5%Language:CSS 3.2%