Writing

View DropNote on GitHib.

DropNote: Building a File-sharing App for University Professors

Introduction

DropNote emerged from a Fall 2022 senior project, with the objective to create, build, and present a software product. We decided on a file-sharing app tailored for professors, at the recommendation of our professor who highlighted the absence of suitable platforms for secure and convenient sharing of lecture materials among professors across universities.

Development

Team Dynamics

We were a team of 6 CS students: a designer, 2 frontend devs, 2 backend devs, and myself—the team lead who flexed between all three roles as the project needed to meet certain deadlines.

Design process

The app went through several UI design iterations before we finally settled on the current simple-but-modern look. We regularly got feedback from professors around the university, which eventually drove us to the simple design that would enable less technical people to still be able to comfortably use the app.

Tech Stack

Given the diverse skill set of our 6-member team, we wanted to aim for tools that were mostly familiar and easy to pick up. We settled on Flutter since half the team was familiar with declarative UI frameworks like React/React Native, and all of us were very familiar with object-oriented languages. Firebase was a natural pick for our backend given how well it integrates with Flutter, fortunately, most of us had plenty of experience with Firebase.

Project Success

DropNote culminated with a successful live demo at the end of the semester, showcasing a range of features. Notable functionalities included seamless file viewing and uploading, university and professor profiles, and a comprehensive search feature capable of filtering by users, schools, tags, file names, and more.

Lessons Learned