Skip to content

Jaroncoder/dataentry_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ΄β€β˜ οΈ Treasure Hunt Form

A beautiful, responsive treasure hunt form divided into 8 rounds for collecting game data.

πŸš€ Quick Deploy to Vercel

Option 1: Deploy with Vercel CLI (Recommended)

  1. Install Vercel CLI globally:

    npm install -g vercel
  2. Login to Vercel:

    vercel login
  3. Deploy to production:

    vercel --prod

Option 2: Deploy via GitHub

  1. Push your code to GitHub:

    git init
    git add .
    git commit -m "Initial commit: Treasure Hunt Form"
    git remote add origin https://github.com/yourusername/treasure-hunt-form.git
    git push -u origin main
  2. Go to vercel.com and:

    • Click "New Project"
    • Import your GitHub repository
    • Vercel will automatically detect it's a static HTML project
    • Click "Deploy"

Option 3: Drag & Drop (Simplest)

  1. Go to vercel.com
  2. Click "New Project"
  3. Choose "Upload Template"
  4. Drag and drop your treasure_hunt_form.html file
  5. Click "Deploy"

πŸ“ Project Structure

treasure-hunt-form/
β”œβ”€β”€ treasure_hunt_form.html    # Main form file
β”œβ”€β”€ vercel.json               # Vercel configuration
β”œβ”€β”€ package.json              # Project dependencies
└── README.md                 # This file

πŸ”§ Customization

  • Form Fields: Modify the HTML to add/remove input fields
  • Styling: Update the CSS in the <style> section
  • Validation: Modify the JavaScript form handling
  • Database: Uncomment and configure the fetch API call

🌐 Environment Variables

If you need to connect to a database, add these in your Vercel dashboard:

  • DATABASE_URL - Your database connection string
  • API_KEY - Any required API keys

πŸ“± Features

  • βœ… Responsive design for all devices
  • βœ… Modern UI with hover effects
  • βœ… Form validation
  • βœ… Ready for database integration
  • βœ… Optimized for Vercel deployment

πŸš€ After Deployment

Your form will be available at: https://your-project-name.vercel.app

πŸ“ž Support

For Vercel deployment issues, check the Vercel documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages