https://github.com/codewith-ark/node.js
This respository contains all the Node.js/Express.js code I have written
https://github.com/codewith-ark/node.js
Last synced: about 1 year ago
JSON representation
This respository contains all the Node.js/Express.js code I have written
- Host: GitHub
- URL: https://github.com/codewith-ark/node.js
- Owner: Codewith-ARK
- Created: 2023-07-30T08:40:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T12:18:22.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:28:24.225Z (about 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js
This repository contains all the Node.js/Express.js code I have written
# Projects
- **Weather Application**
- **BMI Calculator**
- **Simple Calculator**
## Weather Application
A simple weather application built with Express.js that takes the user input and fetches the weather data for the given user input.

## BMI Calculator
A simple Body Mass Index (BMI) calculator application built with Express.js that takes the user input and calculates their BMI as a response.

## Simple Calculator
A simple calculator application that adds 2 user input.
