Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 851 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 851 Bytes

React Motion Scene Assignment

Please implement the given design with responsive, mobile-first approach and cross-browser support and try to follow it as closely as possible. The functionality described in the Figma file needs to be implemented for this assignment to be completed successfully. Make sure to format and lint your code before submitting it.

Example Image

Design

Figma design URL:

https://www.figma.com/file/fqq3IGqxAiIUEItAWHZ54W/Frontend-Case-(HubX)?type=design&node-id=896%3A263&mode=design&t=7TvYeaXudwa3TGy5-1

Example implementation videos:

https://drive.google.com/drive/folders/1kkicvHG7UMc-MY9npv_fy4gW1cZF3QiO?usp=drive_link

Start development server

npm run dev

Lint the code

npm run lint

Format the code

npm run format