arunabharjun / roi-calculator

A web-app to calculate the Return of Investment

Home Page:https://roi-calculator.arunabharjun.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return of Investment Calculator app using React.js

▶️ Getting Started

  1. Open terminal in your project directory

  2. Clone the repo

git clone https://github.com/arunabharjun/roi-calculator.git
  1. In your root directory, create a new file with the name ".env" and copy the following in that file
REACT_APP_THEME_KEY = darkMode

⬇️ Installing dependencies

  1. Open terminal in the root directory and run the following command
npm install

🖥 Viewing the app

  1. Start the react app
npm start

The app should have opened in your default browser, but if it didn't, visit http://localhost:3000/

🌟 Features

  1. Calculate the ROI
  2. Email Validation
  3. Dark & Light themes
  4. Custom 404 error page
  5. Responsive layout
  6. Modern UI

About

A web-app to calculate the Return of Investment

https://roi-calculator.arunabharjun.vercel.app


Languages

Language:JavaScript 82.6%Language:SCSS 13.6%Language:HTML 3.2%Language:CSS 0.6%