Skip to content

NITESHBHARDWAJ001/typing-comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

⚡ TechFest Typing Competition Platform

A production-ready, full-stack typing competition platform built with Node.js, Socket.io, MongoDB, and Vanilla JavaScript. Perfect for college techfests, typing competitions, and typing speed challenges with real-time scoring and anti-cheating measures.

📖 Documentation Structure

This documentation is organized into modular files for better navigation. See the docs folder for complete documentation:

🚀 Quick Start

  1. Clone & Install

    git clone <repository-url>
    cd typing-platform
    npm install
  2. Configure Database

    # Create .env file
    MONGODB_URI=mongodb://localhost:27017/typing-platform
    PORT=3000
    NODE_ENV=development
  3. Start Server

    npm start
  4. Access Application

    • Organizer: http://localhost:3000/organizer
    • Participant: http://localhost:3000/

Made with ❤️ for techfest typing competitions

Last Updated: January 4, 2026
Version: 1.0.0

About

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors