|
1 |
| -let currentData = "We'll keep you posted with any projects as the semester nears!"; |
| 1 | +let currentData = [ |
| 2 | + { |
| 3 | + "semester": "Spring 2022", |
| 4 | + "projects": [ |
| 5 | + { |
| 6 | + "name": "YouTube to Spotify", |
| 7 | + "description": "A tool that converts Youtube playlists to Spotify playlists", |
| 8 | + "manager": "Vignesh Sreedhar", |
| 9 | + "members": [], |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "COVID-19 Data Visualizer", |
| 13 | + "description": "A web application to visualize COVID-19 data", |
| 14 | + "manager": "Stephen Buckley", |
| 15 | + "members": [], |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Video Chat", |
| 19 | + "description": "A web application version of Zoom", |
| 20 | + "manager": "Deepak Ramalingam", |
| 21 | + "members": [], |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Video Chat", |
| 25 | + "description": "A web application version of Zoom", |
| 26 | + "manager": "Deepak Ramalingam", |
| 27 | + "members": [], |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "Classic Board Game", |
| 31 | + "description": "Implements a classic board game in the browser like tictactoe, checkers, and chess", |
| 32 | + "manager": "Talia Tian", |
| 33 | + "members": [], |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "Essay Tools Dashboard", |
| 37 | + "description": "A tool to help users to better write essays", |
| 38 | + "manager": "Jakob Bjorner", |
| 39 | + "members": [], |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "Essay Tools Dashboard", |
| 43 | + "description": "A tool to help users to better write essays", |
| 44 | + "manager": "Jakob Bjorner", |
| 45 | + "members": [], |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Protest Website", |
| 49 | + "description": "A website for students to create and find protests anonymously", |
| 50 | + "manager": "Jinwoo Park", |
| 51 | + "members": [], |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "Valorant Sharing Site", |
| 55 | + "description": "Website to share gaming related media", |
| 56 | + "manager": "Jacob Amin", |
| 57 | + "members": [], |
| 58 | + }, |
| 59 | + ] |
| 60 | + } |
| 61 | +]; |
2 | 62 |
|
3 | 63 | let previousData = [
|
4 | 64 | {
|
|
0 commit comments