Spring 2024 ADT Project
Before running the application, make sure you have the following installed:
- Clone the repository:
git clone https://github.com/your-username/your-repo.git- Navigate to the project directory:
cd your-repo- Install the dependencies:
npm install- Start the development server:
Start the development server:The application should now be running at http://localhost:3000.
This project uses Tailwind CSS and Daisy UI for styling. Here's how they are set up:
Tailwind CSS is installed and configured according to the official installation guide. The tailwind.config.js file is set up with the required content paths, and the Tailwind CSS directives are included in the src/index.css file.
Daisy UI is installed as a plugin for Tailwind CSS. It is configured in the tailwind.config.js file by adding the require("daisyui") line to the plugins array. The Daisy UI styles are imported in the src/index.css file using @import 'daisyui/src/colors/themes';.
npm run buildThis will create an optimized build of the application in the build directory.
React
Tailwind CSS
Daisy UI
This project is licensed under the MIT License.