Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.36 KB

File metadata and controls

34 lines (23 loc) · 1.36 KB

Applifting Frontend Developer Exercise

Your task is to take the provided codebase and improve it to production quality, make it maintainable, and add one small feature of your choice.


🎯 Your Goals

  1. Refactor the existing code to make it clean, readable, and aligned with modern frontend best practices.
    (Think: code structure, separation of concerns, proper hooks usage, semantic HTML, accessibility, etc.)
  2. Add one new feature that makes sense for the app — something small but useful.
    For example: search, favorites, etc.
  3. We’re more interested in quality over quantity.
  4. You can use any library or tool you would normally use in a real project (for styling, data fetching, state management, etc.).
  5. Document and explain what you’ve updated and why you think it was for the better.
  6. Think about scale — approach this as if the project were 100x larger.

📦 How to Deliver

  1. Click "Use this template" to create your own copy of this repository.
  2. Work on your solution in your repo.
  3. Create a PR with your changes in your own repo.
  4. Share the link to the PR with us.

Do not send a pull request to this repository.


⏱️ Time Estimate

Roughly one afternoon should be enough.
No need to over-engineer — we want to see how you think, not how much you can build.