Skip to content

Showcase your progress with the Open Source Society University's Computer Science curriculum. Preview:

License

Notifications You must be signed in to change notification settings

dpano/ossu-progress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSSU-progress

Open Source Society University - Computer Science

Showcase your progress with the Open Source Society University's Computer Science curriculum.
Currently only Introduction to Computer Science and Core CS courses are included.

Preview here.

Usage

Alter progress.js to reflect your current progress with the course.
Use the following statuses:

  • todo
  • doing
  • done

Add your name and contact info to ./index.html.

Deploy ./index.html, ./progress.js and ./dist to a static server.

Development

Setup: npm install in the root folder.

Source files are located in the ./src folder. While altering stuff in this folder be sure to have

gulp dev

running.

Before deploying run gulp to create the production build to the ./dist folder.

About

Showcase your progress with the Open Source Society University's Computer Science curriculum. Preview:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 27.2%
  • HTML 12.4%