← Projects

Crewmate

09/2023 - 10/2023

Tech Stack:

https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/css3/css3-original.svg
https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/javascript/javascript-original.svg
https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg

Description: A website that creates AmongUs characters


Web Development Project 7 - Crewmate

This web app: Playing among us could be fun, but have you made your own among us crewmate before?

Time spent: 4 hours spent in total

Required Features

The following required functionality is completed:

  • A create form allows users to add new cremates
  • Users can name the crewmate and set the crewmate's attributes by clicking on one of several values
  • The site displays a summary page of all the user's added crewmates
  • A previously created crewmate can be updated from the crewmate list
  • A previously created crewmate can be deleted from the crewmate list
  • Each crewmate has a direct, unique link to an info page about them

The following optional features are implemented:

  • A crewmate can be given a category upon creation which restricts their attributes
  • The site displays summary statistics about a user's crew on their crew page
  • The site displays a custom "success" metric about a user's crew which changes the look of the crewmate list

Video Walkthrough

Here's a walkthrough of implemented user stories:

Notes

Describe any challenges encountered while building the app.

The hardest part of this project is to connect the supabase database and render them onto the screen.