Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 771 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 771 Bytes

About

Project: Social Movement Tracker
Program: Google Software Product Sprint

Created a web application that serves as a community-made resource guide on current social movements. Users can submit information about new social movements:

  • name
  • description
  • movement hashtag
  • video link
  • an image

as well as read up on them. This information is then converted into a new page on the website with popular tweets about the movement. Worked on a team of 3 students with project advisor Enrique Padilla.

Built With

  • Backend:
    • Java
    • Twitter API
    • Twitter4J
  • Frontend:
    • HTML/CSS
    • JavaScript

Getting Started

By default, it contains a barebones portfolio web app. To run a local server, execute this command:

mvn package exec:java