Skip to content

Hack Challenge Frontend for CS1998. Reading the news!

Notifications You must be signed in to change notification settings

Techno3d/scope-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scope

A centralized news platform for Cornell news sources.

Description

This app was made in hopes of solving the problem of Cornell students being unaware of local news sources or simply not caring enough to read and engage with them. Through Scope, people can have a centralized hub of articles to read or listen to. There is also a save functionality for a user to gather articles that they want to read later.

Executing program

  • If the program does not run at first, edit the NewsViewModel.kt file
  • Replace 'articleRepository.login("janedoe", "1234")' with the following two lines of code:
articleRepository.registerAccount(username = "_", password = "_", email = "_")
articleRepository.login("_", "_")

Username/Password/Email can be anything, and once the emulator is ran once, comment out the first line (the user has already been created). Currently there is no functioning authentification system.

Authors

Ryan Cheung
Shadman Syed

About

Hack Challenge Frontend for CS1998. Reading the news!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages