Tayla Richards Phillips

← Back to projects

Latest Deployment: April 2024

Stardew Friends

Deployed Link | Repo Link

Preview

app demo

Demo of user searching for a Stardew NPC, adding a bestie, then viewing all besties. Users can also track individual friendship levels with each bestie.

Tech Used

Frontend

Backend

Context

I built this full-stack project as my showcase during the 3rd of 4 innings of Turing’s School of Software and Design Front End Engineering program. One of my favorite parts of the Stardew Valley game is forming friendships with the NPCs, but there are a lot of details to try to keep track of! This app gives quick access to useful information about NPCs like birthdays and favorite gifts. Users can also keep track of individual friendship levels.

This was my first time building an API to consume in a frontend application. As a frontend developer, building the endpoints that I would be using in my requests was a fun and exciting challenge! There are a lot of opportunities to enhance the API and learn more backend technologies that I’m looking forward to working on next.

Highlights

Endpoints

MethodEndpointRequest BodySample Response
GET/api/v1/charactersn/a[{id: "1", name: "Abigail", hobbies: ["playing flute", "mining", "playing video games"], avatar: "URL"}]
GET/api/v1/characters/:idn/a{id: "1", name: "Abigail", hobbies: ["playing flute", "mining", "playing video games"], avatar: "URL"}
PUT/api/v1/characters/:id{hobby: "shopping", avatar: "newURL"}{id: "1", name: "Abigail", hobbies: ["playing flute", "mining", "playing video games, shopping"], avatar: "newURL"}
POST/api/v1/characters{name: "Ellis", hobbies: ["hobby1", "hobby2"], avatar: "URL"}{id: "2", name: "Ellis", hobbies: ["hobby1", "hobby2"], avatar: "URL"}
DELETE/api/v1/characters/:idn/an/a

Wireframe

excalidraw wireframe of react components and data flow

What’s Next?

Developed by Tayla Phillips

← Back to projects
  • LivreList (In Progress)

    LivreList (In Progress)

    View and create personalized shelves to inventory your home library

  • Stardew Friends

    Stardew Friends

    Discover NPC facts and track your friendships with them

  • Spilled

    Spilled

    Browse and learn about some of your favorite teas and blends