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

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

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.
![weather application snapshot](assets/weather-app.png)

## 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.
![BMI calculator snapshot](assets/bmi-calculator.png)

## Simple Calculator

A simple calculator application that adds 2 user input.
![calculator snapshot](assets/calculator.png)