Skip to content

Waradu/a.ni.me

Repository files navigation

A • NI • ME

Can't keep up with all the anime you've watched? Neither can we!
Organize your list, hide the for research purpose ones and keep things under control. We won't tell.


Important

Star this project, to get notified when it releases.

Also I currently won't accept PR's please wait for v1 with contributing

🤨 A•NI•ME? what is this?

A•NI•ME helps you keep track of all the anime you’ve watched. It’s simple, fast, and easy to use! You can sort and filter your list, share it with friends.

You can also hide shows you don’t want others to see 😏. Soon, you’ll be able to sync your list across devices and get cool recommendations! It’s perfect for any anime fan who watches a lot!

why A•NI•ME? because "anime" in japanese means アニメ
ア = A, ニ = NI, メ = ME

📝 TODO

  • Finish this todo section

  • Finish the app (v1)

    • Make search work
    • More info like characters/genres
    • Settings
    • Local caching
    • Get-Started & welcome screen
    • Filtering & sorting
    • Export & import
    • Hide animes
    • Clean up design
    • Clean up spaghetti code
    • Fix bugs
    • Auto updater
    • Release beta builds (v0.X.Y)
    • Release v1
  • Polishing v1 (v1.1)

    • Tagging
    • Backup
    • Auto updater popup
    • Faster caching
    • MacOS support (maybe)
    • Notification (maybe)
    • Some QOL features if needed (maybe)
    • More content (website)
    • News/blog (website)
    • Lightmode
    • Release v1.1
  • Complete the app (v2)

    • Recommendations
    • Cross-device sync
    • User profiles (maybe)
    • Feed (maybe)
    • Waifu collection (don't ask why and what) (maybe)
    • Make it secure and private :D
    • Release v2
  • More to come

Feel free to share your ideas or improvements by creating an issue here!

✨ Preview

AppDark

there will also be a lightmode in the future

⌨️ Local development

You'll need to have Rust and bun installed. Then, follow these steps:

git clone https://github.com/Waradu/a.ni.me.git
cd a.ni.me
bun i
bun dev

if you use npm / pnpm you have to change it in src-tauri/tauri.conf.json (beforeDevCommand and beforeBuildCommand)