This is a multi-page application built with React, utilizing React Router DOM for navigation, Vite for fast builds, and Tailwind CSS for styling.
To set up and run the project, follow these steps:
Create a new Vite project:
npm create vite@latest
Navigate into your project directory:
cd your-project-name
Install dependencies:
npm i
Install React Router DOM:
npm i react-router-dom
Install Tailwind CSS:
Follow the Tailwind CSS installation guide to integrate Tailwind CSS with Vite.
To start the development server, run:
npm run dev
This project is licensed under the MIT License. See the LICENSE file for details.