Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 915 Bytes

File metadata and controls

36 lines (25 loc) · 915 Bytes

qVis

https://qvis.netlify.app/

Netlify Status

qVis - Quantity Visualizer which splits the screen into the amount of sections written in the form.

qvis

Tech Stack

  • Vite – Blazing fast frontend tooling
  • React – Component-based UI library
  • TypeScript – Static typing for maintainability
  • Tailwind CSS – Utility-first CSS framework
  • ESLint – Code linting and best practices

Running the Project Locally

1. Clone the Repository

git clone https://github.com/all-sins/qVis.git .

2. Install Dependencies

npm install

3. Build for Production

npm run build

4. Serve Optimized files from dist/ directory.