Swapna Kumar Panda ๎จ€ Profile picture
Feb 6 โ€ข 15 tweets โ€ข 2 min read
100+ Project Ideas for JavaScript "Absolute Beginners"

โ‡ฉ
๐Ÿšฅ Disclaimer

โฌ– Complete projects as per the order in which they are mentioned.

โฌ˜ Knowledge of HTML & CSS is very much required for designing UI.

โฌ— Take these ideas and, form your own ideas. Do not STOP.
โžŠ Unit Conversion

โž€ Currency
โž Weight
โž‚ Height
โžƒ Temperature
โž„ Distance
โž… Area
โž† Volume
โž‡ Time
โžˆ Numbers (Binary, Octal, Hexadecimal)
โž‰ Color (rgb to hsl)
โž‹ Calculation

โž€ Basic Calculator
โž Scientific Calculator
โž‚ Loan EMI Calculator
โžƒ Fixed Deposit Returns Calculator
โž„ Interest Calculator
โž… BMI Calculator
โž† Item Price (considering tax, discount, shipping)
โž‡ Tip Calculator
โžˆ Word Count
โžŒ Clock

โž€ Analog Clock
โž Digital Clock
โž‚ World Clock
โžƒ Localised Clock (based on Timezone)
โž„ Stopwatch
โž… Timer
โž† Counter (specific seconds)
โž‡ Hello Message based on time of day
โžˆ Display Day of Week
โž Random Generator

โž€ Message
โž Quote
โž‚ Joke
โžƒ Eminent Personality
โž„ Twitter Profile
โž… Food
โž† Book
โž‡ Movie
โžˆ Song
โž‰ Color
โž€โž€ Shape
โž€โž Touring Spot
โž€โž‚ Stock
โžŽ UI

โž€ Generate Color
โž Generate Gradient Color
โž‚ Accept a text, return a message
โžƒ Image Slider
โž„ Image Carousel
โž… Flash Cards
โž† Square Cards
โž‡ Sticky Notes
โžˆ Typewriter style Writing
โž‰ Contact Form
โž€โž€ Form validation
โž€โž Modal Popup
โž€โž‚ Sticky Navigation
โž€โžƒ Accordion
โž€โž„ Tooltip
โž€โž… Background Color Switcher
โž€โž† Dark Mode/Light Mode Theme
โž€โž‡ Star Rating
โž Game

โž€ Tic Tac Toe
โž Rock Paper Scissor
โž‚ Balloon Popping
Pop the Balloon by moving mouse over them
โžƒ Coin Toss
โž„ Snake Ladder
โž… Dice Game
โž† Guess a Number
โž‡ Word Guessing
โžˆ Math Calculation
โž‰ Whack-a-mole!
โž API
โž€ Unsplash API
โž Weather API
โž‚ IMDb API
โžƒ Wikipedia API
โž„ Marvel API
โž… Github API
โž† Recipes
โž‡ Restaurants
โžˆ RSS News Feed
โž‰ Twitter API
โž€โž€ Words API
โž€โž Google Translate API
โž€โž‚ Dictionary
โž€โžƒ Text to Speech
โž€โž„ Any Stock API
โž€โž… Crypto Price API
โž€โž† Currency Exchange
โž€โž‡ Covid-19 API
โž‘ App

โž€ Quiz
โž TODO List
โž‚ Notes List
โžƒ Grocery Tracker
โž„ Monthly Budget
โž… Shopping Cart
โž† Digital Course App
โž‡ Music Player
โžˆ Video Player
โž’ Clone

โž€ YouTube
โž Spotify
โž‚ Quora
โžƒ Twitter
โž„ Reddit
โž… Flipkart
โž† Amazon
โž‡ Netflix
๐Ÿš Twitter Space

โฌ– Thank you very much for taking time and making it to attend my space yesterday. We had a very nice discussion.

โฌ— Those who can't make it, here is the recording of the space. Feel free to give any suggestions.

twitter.com/i/spaces/1yoKMโ€ฆ
End of ๐Ÿงต

Are you interested in more project ideas? I will share many more for different levels (Beginner, Intermediate, Expert) in coming days.

To never miss any, Follow me โœ…

โ€ข โ€ข โ€ข

Missing some Tweet in this thread? You can try to force a refresh
ใ€€

Keep Current with Swapna Kumar Panda ๎จ€

Swapna Kumar Panda ๎จ€ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @swapnakpanda

Feb 5
๐Ÿš Database Categories w/ Examples
Broadly databases can be categorised into below categories.

๐Ÿ›ข
โฎ‘ Relational
โฎ‘ NoSQL
โฎ‘ Document
โฎ‘ Wide-Column
โฎ‘ Key-Value
โฎ‘ Graph
โฎ‘ Time Series
โฎ‘ Search

And, few others.
๐Ÿšฅ Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
Read 5 tweets
Feb 4
๐Ÿ™ All CSS Flexbox Properties & Values Image
๐Ÿšฅ Disclaimer

I have compiled these information with all sincerity. But in case you find any omissions or, wrong representations, please inform me.
๐Ÿš Upcoming Twitter Space ๐Ÿƒโ€โ™‚๏ธ

๐Ÿ“… 05-Feb-2022 (Tomorrow)
โฐ 07.30PM IST (02.00PM GMT)

โฌ˜ Join me in this space and, hear me out about many aspects of Content Creation and, Twitter Growth.

โฌ™ Share among your circle if anyone is interested.

twitter.com/i/spaces/1yoKMโ€ฆ
Read 4 tweets
Jan 31
๐Ÿฆพ 11 Modern JavaScript Hacks

โ‡ฉ
๐Ÿ“‹ Table of Contents

โžŠ Conversion to Number
โž‹ Conversion to Boolean
โžŒ Conversion to String
โž Complex String
โžŽ Short Circuit && / ||
โž Nullish Check
โž Default Value
โž‘ Default Function Parameter
โž’ Optional Chaining
โž“ Array Resizing
โžŠโžŠ Function Rest Parameter
โžŠ Conversion to Number

To convert any data to a Number type, use

โ‡ฅ Unary "+" operator
โ‡ฅ Number function
โ‡ฅ parseInt function
Read 14 tweets
Jan 30
JavaScript Interview Questions

โ‡ฉ
Series: 1๏ธโƒฃ
Level: Beginner
Topics:

โžŠ Data Types
โž‹ Boolean
โžŒ Number
โž Logical Operators
โžŽ Comparison Operators
โž Arithmetic Operators
๐Ÿšฅ Disclaimer

โฌ– The questions covered here are mostly conceptual
โฌ˜ I never claim only these type of questions are/should be asked during interviews
โฌ— For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Read 14 tweets
Jan 29
๐Ÿšฅ 22 HTML Input Element Types
There are total 22 "input" types in HTML.

โ‡ฅ text
โ‡ฅ password
โ‡ฅ search
โ‡ฅ url
โ‡ฅ email
โ‡ฅ tel
โ‡ฅ number
โ‡ฅ button
โ‡ฅ submit
โ‡ฅ reset
โ‡ฅ file
โ‡ฅ checkbox
โ‡ฅ radio
โ‡ฅ range
โ‡ฅ datetime-local
โ‡ฅ month
โ‡ฅ week
โ‡ฅ time
โ‡ฅ date
โ‡ฅ hidden
โ‡ฅ color
โ‡ฅ image
โš ๏ธ Message โš ๏ธ

I have compiled these information with all sincerity. But in case you find any omissions or, wrong presentations, please inform me.
Read 4 tweets
Jan 26
How is Math.min() > Math.max() ?

A JavaScript ๐Ÿงต
โžŠ Background

โฌ” Try to execute below in console.

โ‡ฅ Math.min() > Math.max()

โฌ“ You will be surprised to see the result "true".

โฌ• How can min() be more than max()? Is it weird?

Let's find out.
โž‹ Variadic Function

โฌ” A function is called "variadic" when it can handle variable number of arguments.

โฌ• Both Math.min() and Math.max() can handle any number of arguments including "Zero".
Read 10 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

:(