7

Just release the first version of my next project to help my classmates in their studies

Here is the link
https://lidav-archive.herokuapp.com

If you want to check it out

I build it with AngularJs

Comments
  • 1
    Looks cool! A bit cluttered for my linking, but still cool!
  • 0
    Would like the animations a bit more snappy. Maybe a lesser transition time.
  • 0
    It looks really cool and surprisingly as an Angular project, I didn't expect it to work this better.
  • 0
    @Xoka thanks

    May be it is because i plugged in my design skill as well
  • 0
    @3rdWorldPoison which animations?
  • 0
    @Afrographics I'm talking about the transitions in tabs.
  • 0
    While we're at it, a few more things of note.

    The filter modal shoots from the top left side of page the first time it's triggered. I think you're passing the position while it's already fading in. Consider killing the transition on top/left properties for the modal.

    The tab component staggered a bit sometimes in my experience. Maybe it's doing some heavy calculations during the transition. If not maybe you'd like to have a look at ngZone and its runOutside methods which skip over needless state updation.

    Rest looks solid. Well done my man!
  • 0
Add Comment