⚡ A checklist for Lost Ark's daily & weekly quests. Try it out here!
This project is a work in progress🚧.
From the codebase to the actual functionality, I plan to expand upon this app with the knowledge I gather from my dev journey.
Currently, the data persists only within the browser as a set of cookies (awfully implemented) and does not do anything else! See the planned features here
git clone https://github.com/lesrz/lostarkly-next
cd lostarkly-next
pnpm install
pnpm dev
Open http://localhost:3000 to see the site running.
- Automatic reset based on server timezones.
- Manual reset button.
- Cooldown timers for each task.
- Add tabs for multiple characters/accounts.
- Wonky implementation of checkboxes & cookies (plan to implement state management and local storage management libraries)
- Lack of accessibility
- Semantic HTML inconsistencies