Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 3.05 KB

README.md

File metadata and controls

51 lines (38 loc) · 3.05 KB

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