Skip to content

Frontend part of Semester Project 3, made in React, Typescript and Tailwind

Notifications You must be signed in to change notification settings

Bagg3/Horse-Derby-PRJ3

Repository files navigation

Hestevæddeløbet

This is a horse racing game built for Semester Project 3.

This project is the frontend part of the project.

Build together with @MarkBogelund

The project is build with React and TypeScript. Tailwind is used for styling.

Project Structure

  • src/: This is where all the source code of the application resides.
    • App.tsx: The main component of the application.
    • assets/: Contains static files like images.
    • components/: Contains all the React components used throughout the application.
    • pages/: Contains the different pages of the application.
    • utility/: Contains utility functions and data.
  • vite.config.ts: Configuration file for Vite.
  • tsconfig.json: Configuration file for TypeScript.
  • package.json: Lists the package dependencies for the project.

Getting Started

  1. Clone the repository: git clone
  2. Install the dependencies: npm install
  3. Run the program: npm run dev

About

Frontend part of Semester Project 3, made in React, Typescript and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published