Skip to content

jodrasko/price-calc-react-tailwind

Repository files navigation

Price Calculator

A quick and easy tool to make discount shopping a breeze! Price Calculator lets you instantly see how much you’ll save and what your final price will be—just enter the original price, discount percentage, your provincial tax and you’re set! Designed with accessibility and a responsive layout, this web app is perfect for both casual shoppers and bargain hunters on any device.

Features

  • Clean and straightforward UI for ease of use
  • Optimized for various devices, ensuring functionality across smartphones, tablets, and desktops
  • Designed with accessibility best practices to accomodate all users

Tech Stack

Client:

  • React.js
  • Vite
  • Tailwind CSS

Server:

  • Node

Installation

Clone Repository:

  • git clone

Navigate to Project Directory:

  • cd price-calc-react-tailwind

Install Dependencies:

  • npm install

Run the Application:

  • npm start

The app should now be accessible at http://localhost:3000

Authors