Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
/ codetutor Public archive

Code Tutor is a an online coding experience built for the classroom. This project was constructed by a team of four in under 36 hours for the 2019 UCI hackathon.

Notifications You must be signed in to change notification settings

andrewjuarez/codetutor

Repository files navigation

What is it?

A web-based platform where instructors/tutors generate and send a session key to students. Students accept the invite to the IDE where the code is submitted for the instructor/tutor to review.

How does it work?

The app requires Node.js to be installed. Following the Quick Start guide below will get the app up and running on your lcoal machine.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Who made it?

Four UCI computer science students who believe that the existing classroom coding methodologies are outdated can be improved.

Why we made it?

To challenge ourselves and see if we can build a product that students and instructors would enjoy using.

About

Code Tutor is a an online coding experience built for the classroom. This project was constructed by a team of four in under 36 hours for the 2019 UCI hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages