Skip to content

k-keshav-aggarwal/makeathon7-website

 
 

Repository files navigation

The Official React App for Makeathon 007

Getting Started

Follow the steps below to set up and run the project on your local machine.

  1. Fork the repository on GitHub to create your own copy.
  2. Clone the forked repository:
    git clone https://github.com/YOUR_USERNAME/makeathon7-website.git
  3. Navigate to the project directory:
    cd makeathon7-website
  4. Install dependencies
    npm install
    #or
    yarn install
  5. Start the development server
    npm run dev
    #or
    yarn dev

The app will be available at http://localhost:5173. Open it on your browser and see the results

Directory Structure

Page/Component Name Route
Home page src/pages/Home.jsx
About Page src/pages/AboutUs.jsx
Tracks Page src/pages/Tracks.jsx
Sponsors Page src/pages/Sponsors.jsx
Timeline Page src/pages/Timeline.jsx

You can learn more in the Vite documentation.

To learn React, check out the React documentation.

About

Official website for Makeathon 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • CSS 26.0%
  • HTML 1.8%