Best of UI DesignApril 2024

  1. 1
    Article
    Avatar of bootcampuxdesignBootcamp·2y

    16 Websites for Design Inspiration in 2024

    Discover 16 websites for design inspiration in 2024, ranging from app design inspirations to branding and logo inspiration.

  2. 2
    Article
    Avatar of devtoDEV·2y

    New Web Portfolio 16bit OS Style

    A completely revamped web portfolio dedicated to artists and developers, inspired by the style of an operating system. It features responsive design and adaptive language.

  3. 3
    Article
    Avatar of asayerasayer·2y

    Using Rarer HTML Tags for Styling

    Using rare HTML tags for styling offers advantages such as reducing code bloat and improving code readability, as well as enhancing website performance by minimizing CSS file size.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Why UI designers should understand Flexbox and CSS Grid

    Learn why UI designers should understand Flexbox and CSS Grid for responsive design. Explore the differences between column-based design and modern CSS layouts.

  5. 5
    Video
    Avatar of communityCommunity Picks·2y

    Coding project IDEAS for portfolio

    Learn how to find real-life coding projects for your portfolio. Get inspiration for web design, web scraping, data analytics, Chrome extensions, and full-stack applications.

  6. 6
    Video
    Avatar of communityCommunity Picks·2y

    Your favorite UI Library just got a big update!

    A favorite UI library has released a new feature called 'lift mode' which allows users to easily copy and paste code for desired components from a blocks page.

  7. 7
    Video
    Avatar of communityCommunity Picks·2y

    Make your Next.js app Awesome with THIS UI Library!

    Learn how to implement various components using the Aity UI library and enhance the appearance of your Next.js app.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Design Systems Demystified

    This resource explains what design systems are, their value, and how to compose the right one for your organization. It also provides information on common features and recommended tools.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Flutter Tutorial – How to Develop an App with Flutter From Scratch

    Learn how to develop a Flutter app from scratch, including installation, coding UI elements, testing, and app publication.

  10. 10
    Article
    Avatar of communityCommunity Picks·2y

    15 Best Books On Web Design You Must Read

    A list of 15 best web design books for beginners, covering topics such as design principles, HTML and CSS, color theory, typography, UX design, design systems, and more.

  11. 11
    Article
    Avatar of hnHacker News·2y

    HTML-first, framework-agnostic implementation of shadcn/ui

    Franken UI is a collection of HTML-first, framework-agnostic, customizable components that can be easily integrated into any website.

  12. 12
    Article
    Avatar of asayerasayer·2y

    Exploring CSS Units

    Discover the different types of CSS units, their impact on webpage performance, and get tips for choosing the right CSS unit for your projects.

  13. 13
    Article
    Avatar of logrocketLogRocket·2y

    Mojo CSS vs. Tailwind: Choosing the best CSS framework

    CSS frameworks like Tailwind and Mojo CSS offer different features and benefits. Tailwind is popular, well-documented, and has a large userbase. Mojo CSS is newer, lightweight, and requires no CSS coding. Tailwind is recommended for most projects, but Mojo CSS might be a good choice for lightweight projects.

  14. 14
    Article
    Avatar of asayerasayer·2y

    A set of CSS Snippets and Tricks for Common Design Problems

    CSS snippets and tricks are ready-made solutions to common web design issues. They can solve problems related to layout, animation, typography, and responsiveness.

  15. 15
    Article
    Avatar of hnHacker News·2y

    built to create landing pages and websites. Easyfrontend UI components are free and open-source. show your support and love, don't forget to give us a star 🌟

    EasyFrontend offers pre-built UI components for enhancing apps and designing modern websites.

  16. 16
    Article
    Avatar of communityCommunity Picks·2y

    Your background images might be causing CLS

    Cumulative Layout Shift (CLS) is a Core Web Vital that measures unexpected shifts in a web page's layout after initial content loads. It can be caused by various factors such as client-side data-fetching, loading large images, ads, or embedded media players. To avoid CLS, web developers can use techniques like including width and height attributes on images, providing placeholder elements, and using CSS properties to minimize shifts caused by font files loading.

  17. 17
    Article
    Avatar of lambdatestLambdaTest·2y

    How to Create a Smooth Scroll in CSS

    Learn how to implement smooth scroll in CSS to improve user experience and engagement. Understand the benefits and importance of smooth scroll, how it works, and how to implement it using CSS and JavaScript.