From 84dfc27eb22f40a4975e144ade85be4291595eea Mon Sep 17 00:00:00 2001 From: Maverick Banigan <154767908+mavbanigan@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:44:36 -0400 Subject: [PATCH] Add team member names to README Added a team section with member names to the README. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d97d8..5ec62be 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This is a preliminary version of a social media platform called Top Five. The primary function of this website is for users to create posts listing their top five favorite items for a specific category. +## Team + +- Maverick Banigan +- Vedanth Yellal +- Anish Suresh +- Vinh Chau + ## Class Activity For class, please complete the following activity (you may work individually or with a partner/small group): 1. Fork this repository from the course repository @@ -19,4 +26,4 @@ To run the project locally, please use the following commands in your terminal ( * pip install -r requirements.txt * python app.py -* Open browser and visit http://127.0.0.1:5000/ (or designated link provided) \ No newline at end of file +* Open browser and visit http://127.0.0.1:5000/ (or designated link provided)