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.
✔️ 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.