Skip to content

๐Ÿ“ Checklist app for Lost Ark weekly & daily tasks. (In heavy development)

License

Notifications You must be signed in to change notification settings

lsrzar/lostarkly-next

Repository files navigation

LostArkly

Built With Next.js React Chakra UI TypeScript

โšก 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

Setting it up

git clone https://github.com/lesrz/lostarkly-next
cd lostarkly-next
pnpm install
pnpm dev

Open http://localhost:3000 to see the site running.

Tools

ESLint Prettier VSCode Neovim Vercel

Planned Features

  • Automatic reset based on server timezones.
  • Manual reset button.
  • Cooldown timers for each task.
  • Add tabs for multiple characters/accounts.

Known Issues

  • Wonky implementation of checkboxes & cookies (plan to implement state management and local storage management libraries)
  • Lack of accessibility
  • Semantic HTML inconsistencies