Moggach / FACTube

A YouTube for FAC members πŸ“Ί

Home Page:https://fac-tube.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAC-Tube πŸ“Ί

The Product

FAC-Tube is a website where members of the FAC community (applicants, current cohorts, alumni) can easily find and recommend useful coding YouTube videos.

Our Team

Many thanks to our project & role mentors, the FAC team and our code reviewers πŸŽ‰

Tech Stack πŸ₯ž

  • Miro & Figma for Wireframing 🎨
  • Material UI for CSS components πŸ’…
  • Next.js with React.js for front-end & back-end πŸš€
  • Supabase for our Postgres database & Authentication πŸ”‘
  • Cypress for Testing 🌲
  • Vercel for Deployment ⚑️

To view this project

  1. See our deployed version on Vercel here
  2. Run the code locally

Clone the repo

cd into the folder and run

NPM install

then

NPM run dev

What we learnt πŸ“š

πŸ“Œ How to analyse a problem we believed our users were facing

πŸ“Œ How to conduct user research to test our assumptions in that process

πŸ“Œ How to create a prototype based on that research

πŸ“Œ How to test our prototype with users

πŸ“Œ How to make adjustments to our prototype based on user feedback and identify an MVP

πŸ“Œ How to plan two build sprints to make that MVP

πŸ“Œ How to set up a Supabase database and access it using Next.js functions such as getServerSideProps()

πŸ“Œ How to query the YouTube API with a user generated search term and display the results on the page πŸ“Ί

πŸ“Œ How to find and install relevant packages from NPM e.g. ReactPlayer 🧩

πŸ“Œ How to handle user authentification and login using Supabase

πŸ“Œ How to use Material UI to write our CSS

πŸ“Œ How to handle insertions and updates to our database based on user input

πŸ“Œ How to render different UIs depending on whether a user has logged in and who the user is πŸ‘©πŸ»β€πŸ’»

Wireframing & Prototype

Our wireframes in Figma

Our MVP

Our MVP is based on the features our user research had identified as the most important πŸ“

It has a home page with a community video library that is sortable by most liked

a user can search YouTube

a user can view and update their profile

a user can add a video to their library

a user can view their added videos in their library

a user can like a video

Future improvements πŸ•°

πŸ“Œ A user should be able to apply tags to a video depending on topic, video features etc

πŸ“Œ A user should be able to see who has liked a video

πŸ“Œ Users should be able to view each other's profiles

πŸ“Œ A user should be able to add a video to their library with just a YouTube url

πŸ“Œ More resuable code/components

Challenges

  • Learning new technologies πŸ˜“

  • Length of project πŸ“…

  • Understanding the scope of the project - what was possible and what not to build

Sprint planning πŸƒβ€β™€οΈ

Our Kanban board with time estimations and labels based on issue type and priority

βœ… Daily stand ups

βœ… Frequent merge and code review

βœ… Swapping over work on challenging areas and sharing knowedge

βœ… Asking questions - of mentors and in Help and Solutions

Build Sprint 1 🧱

  • Setting up Next.js with initial Vercel deployment
  • YouTube API search feature πŸ”Ž
  • Like button component πŸ’–

Build Sprint 2 🧱🧱

  • User login/sign out and authentification
  • CSS with Material UI
  • User can view and update their profile
  • User can view their library and add a video to the library
  • User can like a video which increments the likes counter and is stored against their user id

Bugs πŸ›

Lots of bugs!

  • Fetching from a Supabase database using async functions was tricky to render on the page using React
  • Customising Materials UI was harder than expected
  • Our YouTube API key often maxxed out
  • Vercel sometimes gave us errors in deployment that were not apparent in development

About

A YouTube for FAC members πŸ“Ί

https://fac-tube.vercel.app/


Languages

Language:JavaScript 99.6%Language:CSS 0.4%