Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.98 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.98 KB

Car Sales Site

Responsive car sales site built with React using Vite. Allow users to view a list of cars, filter them based on their ownership types, and mark on their favorites.

▶️ Live Deployment Link

▶️ Figma Design Link

Technologies Used

JavaScript React Vite HTML5 CSS3 Figma Vercel

Features

✔️ Create a dynamic user interface with React components and responsive design for desktop and mobile devices.

✔️ Renders a list of cars that are stored in a data file and render it dynamically on the screen.

✔️ Create a filtering function and use it to render a filtered list of cars.

✔️ Handling events: The app allows users to mark their favorite cars by clicking on a heart icon.

✔️ Circle transitions and animations when the menu navbar is opened or closed.