Skip to content

johncanthony/dcdragonswebsite_react

Repository files navigation

DC Dragons Karate Website

DC Dragons Karate Logo

This repository contains the source code for the DC Dragons Karate official website.

🥋 About

DC Dragons Karate is a martial arts school located in Olive Branch, MS. This website serves as our digital dojo, providing information about our classes, instructors, philosophy, and allowing new students to get in touch.

🚀 Tech Stack

This project is built using:

🛠️ Development

Prerequisites

  • Node.js (v16+)
  • npm

Getting Started

  1. Clone the repository

    git clone https://github.com/johncanthony/dcdragonswebsite_react.git
    cd dcdragonskarate
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev
  4. Open your browser and visit http://localhost:5173

Build for Production

npm run build

The built files will be in the dist directory.

📂 Project Structure

dcdragonskarate/
├── public/             # Static assets
├── src/
│   ├── assets/         # Images, fonts, etc.
│   ├── components/     # Reusable components
│   ├── App.jsx         # Main app component
│   ├── main.jsx        # Entry point
│   └── ...
├── index.html          # HTML template
├── vite.config.js      # Vite configuration
└── package.json        # Project dependencies and scripts

About

React+Vite Website for DC Dragons Karate. (Tailwind CSS, DaisyUI, FontAwesome)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors