viniciuscosta89 / devjobs-web-app

Devjobs web app - Frontend Mentor Challenge

Home Page:https://devjobs-web-app-viniciuscosta89.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Devjobs web app solution

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

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 each page depending on their device's screen size
  • See hover states for all interactive elements throughout the site
  • Be able to filter jobs on the index page by title, location, and whether a job is for a full-time position
  • Be able to click a job from the index page so that they can read more information and apply for the job
  • Bonus: Have the correct color scheme chosen for them based on their computer preferences. Hint: Research prefers-color-scheme in CSS.

Screenshot

Mobile Tablet Desktop Dark Mode

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Vue 3 - The Progressive JavaScript Framework
  • Pinia - The intuitive store for Vue.js
  • Tailwind CSS - A utility-first CSS framework
  • Typescript - TypeScript is JavaScript with syntax for types
  • TanStack Query - Powerful asynchronous state management
  • Vue Router - The official Router for Vue.js
  • Bun - JS package manager

What I learned

It was a way to fix Vue 3 and its world in my mind. To get used to Vue 3 features, Pinia, Vue router. And I learned Tailwind because it's my first project with it.

Continued development

It could improve Vue's folder and file architecture and best practices. Insert unit and end-to-end tests with Vitest and Playwright.

Useful resources

I recommend to read each technology documentation.

Author

About

Devjobs web app - Frontend Mentor Challenge

https://devjobs-web-app-viniciuscosta89.vercel.app/


Languages

Language:Vue 72.5%Language:TypeScript 18.6%Language:JavaScript 3.9%Language:SCSS 2.5%Language:HTML 1.5%Language:CSS 1.1%