Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.15 KB

Job board filter

A simple application built with React + TypeScript to experiment with multiple filtering options on a set of data.

Generate fake job postings and filter by location, job title, post date, and more.

🚀 Preview

Preview

🔑 Tech stack

Tech What was it used for?
React Building component-based UIs
Vite Scaffolding project
TypeScript Providing static typing
TailwindCSS Utility classes for quickly styling components
Faker Generating most of the data used for job postings
Falso Auxiliary fake data
clsx Conditionally applying class names
tabler-icons-react Icons

📖 Learning objectives

  • Learn TypeScript
  • Play with filtering arrays
  • Build custom resuable components with variants like buttons, checkboxes, etc.