Skip to content

Neel1292/react-assessment

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Getting Started

Prerequisites

Ensure you have the following installed on your system:

Installation

  1. Install dependencies:
    npm install
    or
    yarn install

Running the Development Server

Start the development server with the following command:

npm run dev

or

yarn dev

The application will be available at http://localhost:5173.

Building for Production

To create a production build, run:

npm run build

or

yarn build

The build artifacts will be stored in the dist directory.

Project Structure

The project structure is as follows:

├── public/             # Static assets
├── src/                # Source code
│   ├── assets/         # Images, styles, etc.
│   ├── components/     # React common components
│   ├── handler/        # React api call
│   ├── pages/          # Pages in application
│   ├── pages/          # Styleing File
│   ├── utils/          # Common function.
│       ├── handler/    # Common function.
│   ├── App.jsx         # Main application component
│   └── main.jsx        # Entry point
├── package.json        # Project metadata and dependencies
└── vite.config.js      # Vite configuration

About

This project implements the virtualization concept using Tankstack Query

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published