Skip to content

sridhar02/codetru-task

Repository files navigation

Codetru Task

Test task for React Developer

Demo

Deployed URL: - https://codetru-task.vercel.app/

Task Requirements

  • Develop a Top Navigation bar

  • Establish a Side Navigation bar

  • Design three steppers

  • General Details

    • Within this stepper, there are two additional steppers
    • All fields within this stepper are mandatory
  • Address

    • After completing the previous stepper, navigate to Address details
    • Clicking "Add" clones the fields and displays them below
    • Clicking "Minus" removes the respective section
    • At least one section of address is mandatory
  • Pay Configuration

    • After completing the preceding stepper, proceed to this stepper
    • Allow for multi-select values
    • Provide an option to add multiple entries.
    • Ensure a minimum of one input field.

Tech Stack

Client: React, TailwindCSS, vite, vitest

Run Locally

Clone the project

  git clone https://github.com/sridhar02/codetru-task.git

Go to the project directory

  cd codetru-task

Install dependencies

  npm install

Start the server

  npm run dev

Deployment

To deploy this project run

  npm run build

Authors