This is a demo site for the interview process of the SEDS-OUSL.
To setup and run this website using React with Vite, follow these steps:
-
Make sure you have Node.js installed on your machine. You can download it from the official Node.js website.
-
Open your terminal or command prompt and navigate to the project directory:
cd /path/to/admin-dashboard/
-
Install the project dependencies by running the following command:
npm install
-
Once the dependencies are installed, start the development server by running the following command:
npm run dev
-
Vite will automatically open a new browser tab with the SEDS-OUSL demo website running. If it doesn't, you can manually open your browser and navigate to
http://localhost:5173
.
The site is also hosted in the netlify. Navigate to https://seds-ousl.netlify.app/
This website utilizes the following technologies:
- React: A popular JavaScript library for building user interfaces.
- Vite: A fast build tool for modern web development.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- npm: The package manager for JavaScript, used to install and manage project dependencies.
Created by Thamindu Nethmina