- Awards
-
Category
- Architecture
- Art & Illustration
- Business & Corporate
- Culture & Education
- Design Agencies
- E-Commerce
- Events
- Experimental
- Fashion
- Film & TV
- Food & Drink
- Games & Entertainment
- Hotel / Restaurant
- Institutions
- Magazine / Newspaper / Blog
- Mobile & Apps
- Music & Sound
- Other
- Photography
- Promotional
- Real Estate
- Social responsibility
- Sports
- Startups
- Technology
- Web & Interactive
-
Tag
- 360
- 3D
- 404 pages
- About Page
- Animation
- App Style
- Big Background Images
- Clean
- Colorful
- Contact Page
- Content architecture
- Contentful
- Copy design
- Data Visualization
- Filters and Effects
- Flat Design
- Footer Design
- Forms and Input
- Fullscreen
- Gallery
- Gestures / Interaction
- Graphic design
- Header Design
- Horizontal Layout
- Icons
- Illustration
- Infinite Scroll
- Interaction Design
- Menu - Horizontal
- Menu - Vertical
- Microinteractions
- Minimal
- Navigation Menu
- Parallax
- Photo & Video
- Photographic
- Portfolio
- Project Page
- Responsive
- Responsive Design
- Retro
- SEO
- Scrolling
- Single page
- Social Integration
- Sound-Audio
- Storytelling
- Transitions
- Typography
- UI design
- Unusual Navigation
- Vector
- Video
- Web Fonts
-
Technology
- Angular
- 11ty
- AWS
- Adobe Illustrator
- Adobe Photoshop
- Adobe XD
- After Effects
- Anime.js
- BARBA.js
- Blender
- Bootstrap
- CSS
- Cables
- Canvas API
- Cinema 4D
- Contentful
- Craft CMS
- Curtains.js
- D3
- DatoCMS
- Debian
- Directus
- Docker
- Drupal
- Editor X
- Elementor
- Express
- Figma
- Firebase
- Flickity
- Font Awesome
- Framer
- GLSL
- GSAP
- Gatsby
- Go
- Google App Engine
- Google Font API
- GraphQL
- HTML5
- Handlebars
- Highway.js
- Hugo
- Javascript
- Knockout
- Lambda
- Laravel
- Lo-dash
- Locomotive Scroll
- Lottie
- Magento
- Matter.js
- MediaElement.js
- MongoDB
- Motion
- Neos CMS
- Netlify
- Next.js
- Nginx
- Node.js
- Nuxt.js
- OWL Carousel
- Optimizely
- P5.js
- PHP
- PWA
- PixiJS
- Prestashop
- Prismic
- Python
- Raphael.js
- React
- Readymag
- Redux
- Rellax.js
- Reveal.js
- Ruby
- SVG
- Sanity
- Sass
- Shopify
- Sketch
- Socket.io
- Svelte
- Swiper.js
- Tailwind
- Three.js
- Tilda
- Timber
- Twitter API
- Typekit
- Typescript
- Unity
- Unreal Engine
- VR
- Vanilla JS
- Varnish
- Velocity.js
- Vercel
- VideoJS
- Vue.js
- WebGL
- WebSockets
- WebVR
- Webflow
- Webpack
- WooCommerce
- Wordpress
- YouTube API
- jQuery
- tween.js
-
Country
- United States
- United Kingdom
- Italy
- Netherlands
- Russia
- France
- India
- Ukraine
- Germany
- Poland
- Australia
- Spain
- Switzerland
- Belgium
- Argentina
- Denmark
- Portugal
- Brazil
- Ireland
- Croatia
- Austria
- Canada
- Hungary
- Israel
- Japan
- Cyprus
- Czech Republic
- Georgia
- Indonesia
- Kosovo
- New Zealand
- Pakistan
- Singapore
- Slovenia
- Thailand
- Armenia
- Bulgaria
- Finland
- Greece
- Malta
- Mexico
- Montenegro
- Morocco
- Romania
- Saudi Arabia
- Sweden
- Taiwan
- Vietnam
- Font
- Color
Angular
HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. Angular lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. Angular is built on the belief that declarative programming should be used to create user interfaces and connect software components, while imperative programming is better suited to defining an application's business logic. The framework adapts and extends traditional HTML to present dynamic content through two-way data-binding that allows for the automatic synchronization of models and views. As a result, AngularJS de-emphasizes explicit DOM manipulation with the goal of improving testability and performance. Read more about Angular here: Angular.org