1613411880
I started this project to gain experience of Tailwind CSS which is a utility based, mobile-first CSS library.
Credits to Marvis Dosa for the design.
Author: jbtalhakhan
Demo: https://tailwind-landing-page.netlify.app/
Source Code: https://github.com/jbtalhakhan/react-tailwind-food-app
#react #reactjs #javascript
1598839687
If you are undertaking a mobile app development for your start-up or enterprise, you are likely wondering whether to use React Native. As a popular development framework, React Native helps you to develop near-native mobile apps. However, you are probably also wondering how close you can get to a native app by using React Native. How native is React Native?
In the article, we discuss the similarities between native mobile development and development using React Native. We also touch upon where they differ and how to bridge the gaps. Read on.
Let’s briefly set the context first. We will briefly touch upon what React Native is and how it differs from earlier hybrid frameworks.
React Native is a popular JavaScript framework that Facebook has created. You can use this open-source framework to code natively rendering Android and iOS mobile apps. You can use it to develop web apps too.
Facebook has developed React Native based on React, its JavaScript library. The first release of React Native came in March 2015. At the time of writing this article, the latest stable release of React Native is 0.62.0, and it was released in March 2020.
Although relatively new, React Native has acquired a high degree of popularity. The “Stack Overflow Developer Survey 2019” report identifies it as the 8th most loved framework. Facebook, Walmart, and Bloomberg are some of the top companies that use React Native.
The popularity of React Native comes from its advantages. Some of its advantages are as follows:
Are you wondering whether React Native is just another of those hybrid frameworks like Ionic or Cordova? It’s not! React Native is fundamentally different from these earlier hybrid frameworks.
React Native is very close to native. Consider the following aspects as described on the React Native website:
Due to these factors, React Native offers many more advantages compared to those earlier hybrid frameworks. We now review them.
#android app #frontend #ios app #mobile app development #benefits of react native #is react native good for mobile app development #native vs #pros and cons of react native #react mobile development #react native development #react native experience #react native framework #react native ios vs android #react native pros and cons #react native vs android #react native vs native #react native vs native performance #react vs native #why react native #why use react native
1625653680
In this tutorial, we are going to build a fully responsive Gym Landing page using HTML, CSS (SCSS) and JavaScript. We’ll use all sort of CSS tricks and also do a little bit of usability and accessibility.
I hope that you enjoy the tutorial. It would be awesome if you like the video, comment below and consider subscribing.
Source Files: https://bit.ly/3zWOhZ4
Tips:
Tips are never expected but deeply appreciated if you are able and will go towards my channel and likely food. Please only tip if you are able, I’m just happy you’re here!
Buy Me A Beer: https://www.paypal.com/donate/?hosted_button_id=YUH7JRDUN5QEY
Chapters:
0:00 Introduction:
0:39 Project Setup
6:02 HTML5 & Reset Styles
18:10 Skip To Content Button
25:17 Header & Navbar
01:12:23 Hero
01:40:16 Categories
01:57:18 Training Options
02:09:29 Get Started Today
02:20:54 We Will Help You
02:23:01 Footer
02:23:27 Ending
CONNECT with RaddyTheBrand
Website: https://www.raddy.co.uk
GitHub: https://www.github.com/RaddyTheBrand
Instagram: https://www.instagram.com/RaddyTheBrand
Twitter: https://www.twitter.com/RaddyTheBrand
Newsletter: https://www.raddy.co.uk/newsletter
#javascript #css #html #landing page #scss #fully responsive landing page
1648720065
Qua video này chúng ta sẽ tìm hiểu cách set up Tailwind CSS 3.0 cùng với React để xây dựng mobile layout cho landing page của chúng ta
Mốc thời gian:
0:00 - Tóm tắt lại phần 1
0:45 - Tạo animation cho số
6:03 - Cách theo dõi height + width của màn hình
11:50 - Làm menu responsive
14:32 - Responsive trong Tailwind CSS
19:37 - Làm Slogan responsive
20:00 - Grid trong Tailwind CSS
25:00 - Làm Content responsive
29:16 - Darkmode trong Tailwind CSS
30:30 - Tạo custom Hook (useDarkMode)
34:54 - Sử dụng useDarkMode
38:40 - dark:
41:46 - Lời kết
😻 Github repo (image):
https://github.com/anhduy1202/Youtube
😎 Extensions mình xài trong video (IDE: VS Code):
- TailwindCSS Intellisense ( Gợi ý code Taliwind CSS)
- Prettier (Code Formatter để code nhìn thẳng hàng ngay ngắn)
- Night Owl (No italics) (VS Code theme)
#tailwindcss #css #tailwind #react
1626409934
Tailwind CSS is an open-source utility-first CSS framework. It redefines the way you style applications by providing a variety of CSS classes.
Using Tailwind CSS, you can style your applications without a single custom class name or a stylesheet.
Furthermore, I found that it works exceptionally well with mobile applications based on React Native.
So, in this article, I’m going to discuss why Tailwind CSS is the best solution for React Native applications.
#react #tailwind-css #react-native #css #javascript
1605064642
When I started learning how to use the Tailwind CSS library, I really didn’t know what to expect and wasn’t quite sure how I’d fare with the library. It turns out, TailWind’s a whole lot easier to use than I thought and makes designing a landing page a breeze.
One remarkable feature I noticed was the ease with which I could define classes for various responsive breakpoints without writing a single line of CSS media queries. That for me was awesome!
For this tutorial, I’ll assume you have a Tailwind project set up, if you don’t you can grab one here. For the fonts, I’m using Poppins. All the code presented here should be placed in your body tag.
We’ll start off with creating and styling the main element that would house the hero section:
<main class="h-full flex items-center px-6 lg:px-32 bg-purple-900 text-white">
</main>
The Tailwind classes added to the main element does the following:
#tailwind #design #tailwind-css #web #css