Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 809 Bytes

Aurva Assignment

Tech Stack

  • React (Vite): Frontend framework for building the application.
  • React Flow: A highly customizable React component for building interactive graphs and node-based editors.
  • Tailwind CSS: For styling the application.
  • TypeScript: Brings Type Safety to your react applications

Getting Started

Follow these instructions to set up the project on your local machine.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:
    git clone [email protected]:mujtbkhn/aurva-task.git
  2. Navigate to the project directory:
    cd aurva-task
  3. Install dependencies:
    npm install
  4. Start the application:
    npm run dev