Skip to content

skw359/intern-hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouWork

A personalized workout scheduling application built with React and Express. Won 1st place in AV's 2025 Hackathon 🥳

  • User authentication
  • Personalized workout scheduling
  • Interactive calendar interface

Project Structure

  • frontend/ - React application
  • backend/ - Express server

Test locally

  1. Pull the repository to your local machine.

  2. Create .env in backend/ if not already present:

# Required
MONGO_URI=********

# Optional
PORT=********
JWT_SECRET=********
  1. Run the following command:
npm run dev
  1. Go to your browser and connect to:
localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • CSS 27.0%
  • HTML 2.0%