Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 3.09 KB

File metadata and controls

71 lines (49 loc) · 3.09 KB

Frontend Mentor - Entertainment web app solution

This is a solution to the Entertainment web app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic project.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Navigate between Home, Movies, TV Series, and Bookmarked Shows pages
  • Add/Remove bookmarks from all movies and TV series
  • Search for relevant shows on all pages
  • Bonus: Build this project as a full-stack application
  • Bonus: If you're building a full-stack app, we provide authentication screen (sign-up/login) designs if you'd like to create an auth flow

Screenshot

enterneint-web-next-frontendmentor vercel app_ enterneint-web-next-frontendmentor vercel app_ (2) enterneint-web-next-frontendmentor vercel app_ (3) enterneint-web-next-frontendmentor vercel app_(iPhone XR) enterneint-web-next-frontendmentor vercel app_

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • React - JS library
  • Next.js - React framework
  • Supabase - Supabase to Backend
  • TailwindCss - For styles

What I learned

I learned many thigns with this project:

  • I learned about Postgresql (Schemas, tables, foreign keys, etc) and Supabase; Make a Searchbar with React hooks; Create React Context and the Auth flow; and other things in css and the Tailwindcss.

Useful resources

  • Sergio DXA blog) - This helped me for understand Nextjs and others things about SSR. I really liked this pattern and will use it going forward.

Author