this post was submitted on 01 Jul 2023
1 points (100.0% liked)

wefwef

4215 readers
1 users here now

wefwef is now Voyager! Subscribe to !voyagerapp@lemmy.world.

founded 2 years ago
MODERATORS
 

How did the dev make a web app mimic the iOS interface so much? Even the animations seem accurate (to me, an Android user, at least) Is there a component library with iOS design elements or did the dev make this from scratch?

top 2 comments
sorted by: hot top controversial new old
[–] LettuceTurnipTheBeet@lemm.ee 2 points 2 years ago

If you look at the package.json in the source, you can see this uses Ionic for its UI components.

[–] XiberKernel@lemmy.world 1 points 2 years ago

I took a look at the GitHub repo, and at it’s core wefwef is using ionic (https://ionicframework.com/) and React. I’m very impressed with the performance and user experience, and I’m glad I chose a similar stack a few weeks ago when I started building my first app.