Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 923 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 923 Bytes

React + Vite

Installation and setup

Tools and Libraries

Vite: A fast build tool and development server.

JavaScript: Programming language used.

ReactJS: JavaScript library for building user interfaces.

Bootstrap: For styling. Install with: npm i bootstrap@5.3.3

React Icons: For using various icons. Install with: npm i react-icons

React Router DOM: For routing. Install with: npm i react-router-dom

Axios: For making API requests. Install with: npm i axios

Zustand: For state Management. Install with: npm i zustand

Installation

Clone the repository: git clone https://github.com/Vibhusha22/KUKU_FM_Assignment_Frontend.git

Navigate to the project directory: cd

Install dependencies: npm install

Running the Project To start the development server, run: npm run dev

The project will be available at http://localhost:5173/