Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 507 Bytes

DeepSpeak

Deployed on GitHub Pages

Screenshot of index page: DeepSpeak's index page

This is the frontend codebase for the DeepSpeak messaging app. Users anonymously enter rooms to message other users, and rooms expire after a set time period. Technologies used include:

  • React + Vite
  • React Bootstrap
  • Sass
  • TypeScript

DeepSpeakApi is the backend for this project.