Forwarded from Learn CSS™
CSS Generators
https://telegra.ph/CSS-Generators-03-22
https://telegra.ph/CSS-Generators-03-22
Telegraph
CSS Generators
1 . Neumorphism/Soft UI generator CSS code generator that will help with colors, gradients, and shadows to adopt this new design trend or discover its possibilities. Link: neumorphism.io 2 . Smooth Shadow generator Link: shadows.brumm.af 3 . Fancy Border…
Let's compare web development to ourselves
- We have a structure of bones and skin, which is HTML 🚹
- We can do makeup by wearing trendy clothes, which is CSS 🧥🕴️
- We can walk, talk, jump, code, swim, Which is JavaScript🤸🏃⛹️🏋️🚴🤹🏌️⛷️🚣🏊🏇
That's why mastering JavaScript is tough
Like it's tough to learn gymnastics, baseball, weight lifting, cycling, ringleader, golf, skiing, boating, swinging, horse riding, etc in one single life.
But we can try to further our expertise😉💪
- We have a structure of bones and skin, which is HTML 🚹
- We can do makeup by wearing trendy clothes, which is CSS 🧥🕴️
- We can walk, talk, jump, code, swim, Which is JavaScript🤸🏃⛹️🏋️🚴🤹🏌️⛷️🚣🏊🏇
That's why mastering JavaScript is tough
Like it's tough to learn gymnastics, baseball, weight lifting, cycling, ringleader, golf, skiing, boating, swinging, horse riding, etc in one single life.
But we can try to further our expertise😉💪
Project ideas at each level👇
📌 HTML
- Simple portfolio
📌 CSS
- Portfolio with styling
- Tribute page
- Parallax Website
📌 CSS framework
- Landing page
- Survey forms
📌 JavaScript
- Clock
- Navigation bar
- TO-DO app
- Quiz app
- Blog
- Animated menu
- Tic Tac Toe
📌 HTML
- Simple portfolio
📌 CSS
- Portfolio with styling
- Tribute page
- Parallax Website
📌 CSS framework
- Landing page
- Survey forms
📌 JavaScript
- Clock
- Navigation bar
- TO-DO app
- Quiz app
- Blog
- Animated menu
- Tic Tac Toe
Forwarded from Learn CSS™
If you know CSS then you can use these amazing generators and save your time
1️⃣ CSS Box Shadow Generator
- Generate CSS3 Box Shadow code for your Div, Frame, Buttons or any other HTML element with Outline, and Inset (inner) type shadow effects
🔗 https://cssboxshadow.com/
2️⃣ Glassmorphism
- Generate glassmorphic design easily
🔗 https://glassgenerator.netlify.app/
3️⃣ Cool Backgrounds
- Explore a beautifully curated selection of cool backgrounds that you can add to your next project
🔗 https://coolbackgrounds.io/
4️⃣ Pixel art
- Create CSS pixel art, export the results to CSS and download them.
🔗 https://www.pixelartcss.com/
5️⃣ SVG waves
- It's not a CSS generator but very handy tool. You can create the layers of waves and simply export either in SVG or PNG
🔗 https://svgwave.in/
1️⃣ CSS Box Shadow Generator
- Generate CSS3 Box Shadow code for your Div, Frame, Buttons or any other HTML element with Outline, and Inset (inner) type shadow effects
🔗 https://cssboxshadow.com/
2️⃣ Glassmorphism
- Generate glassmorphic design easily
🔗 https://glassgenerator.netlify.app/
3️⃣ Cool Backgrounds
- Explore a beautifully curated selection of cool backgrounds that you can add to your next project
🔗 https://coolbackgrounds.io/
4️⃣ Pixel art
- Create CSS pixel art, export the results to CSS and download them.
🔗 https://www.pixelartcss.com/
5️⃣ SVG waves
- It's not a CSS generator but very handy tool. You can create the layers of waves and simply export either in SVG or PNG
🔗 https://svgwave.in/
Free illustrations for your next project 💫
⪼
⪼
⪼
⪼
⪼
⪼
⪼
⪼
⪼
⪼
⪼
stubborn.fun
⪼
freeillustrations .xyz
⪼
illlustrations .co
⪼
undraw .co
⪼
vectr .com
⪼
drawkit .io
⪼
opendoodles .com
⪼
freewebillustrations .com
⪼
handz .design
⪼
icons8 .com/illustrations
I just came across an amazing GitHub repository.
In this repo, You'll find a lot of great resources for front-end developers including
- Frameworks
- Books
- Challenges
- Tools
- Blogs, etc..
🔗 https://github.com/RitikPatni/Front-End-Web-Development-Resources
In this repo, You'll find a lot of great resources for front-end developers including
- Frameworks
- Books
- Challenges
- Tools
- Blogs, etc..
🔗 https://github.com/RitikPatni/Front-End-Web-Development-Resources
✨5 annoying JavaScript habits that you want to avoid.✨
https://telegra.ph/5-annoying-JavaScript-habits-that-you-want-to-avoid-03-25
https://telegra.ph/5-annoying-JavaScript-habits-that-you-want-to-avoid-03-25
Telegraph
5 annoying JavaScript habits that you want to avoid.
5 annoying JavaScript habits that you want to avoid. I see these 5 over and over. They are bad for performance, readability, and they signal a lack of basic understanding of the JavaScript language. Let me go through them here👇 1. Using map() instead of forEach().…
JavaScript Tip 💡
IIFEs died when modules were born.
Let them rest in peace.
You don’t need them.
In a case like this, just execute the function on a new line instead 🙌
IIFEs died when modules were born.
Let them rest in peace.
You don’t need them.
In a case like this, just execute the function on a new line instead 🙌
#JavascripttipYou want to learn the basics of JavaScript?
Here is an awesome GitHub repository that teaches you the basics of JavaScript in 30 days
This is a step by step guide/roadmap followed by a few small projects
Link🔗 -
https://github.com/Asabeneh/30-Days-Of-JavaScript
Here is an awesome GitHub repository that teaches you the basics of JavaScript in 30 days
This is a step by step guide/roadmap followed by a few small projects
Link🔗 -
https://github.com/Asabeneh/30-Days-Of-JavaScript
7 Unique APIs for your next project -
1. Shodan API
2. Radar .io API
3. WebHose API
4. People Data Labs
5. Crawlera
6. SpaceX API
7. Segment
*Whether you want something to help you get a job or create a side project that earns you some money, all of these APIs are valuable*
1. Shodan API
2. Radar .io API
3. WebHose API
4. People Data Labs
5. Crawlera
6. SpaceX API
7. Segment
*Whether you want something to help you get a job or create a side project that earns you some money, all of these APIs are valuable*
JavaScript Tips & Tricks : BigInt
How would you deal with numbers larger than MAX_SAFE_INTEGER or 9007199254740991?
BigInt comes to your aid
#Javascripttip
How would you deal with numbers larger than MAX_SAFE_INTEGER or 9007199254740991?
BigInt comes to your aid
#Javascripttip