Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 708 Bytes

CSC-Internship Website

Description

Proof of concept for a website to replace the University of Pittsburgh Computer Science Club Internship Repo.

View it live here!

Features

  • GitHub login so that users can get credit for the jobs they add
  • Jobs go to a queue that only admins and moderators can view/publish jobs
  • Admins and Moderators can edit and delete jobs
  • Admins can add moderators as well as delete and promote them
  • Users can filter jobs based on company name, location, description, sponsorship status, and job status

Technology Used

Frontend

  • React
  • Redux
  • TypeScript

Backend REST API

  • Node
  • Express
  • MongoDB
  • TypeScript