How to Build a Todo-List-App with React | Beginner Project

  Рет қаралды 19,772

Arpan Neupane

Arpan Neupane

Күн бұрын

Hey guys, welcome back! In this video, I will be showing you guys how to make a Todo-List-App using React. I'll show you a demonstration of how the app works and then I'll teach you how to build it.
If you don't know about React, React is a JavaScript library for building user interfaces. It was developed by Facebook and Instagram engineers to address challenges in building large applications with data that changes over time. React's declarative, efficient, and flexible nature make it an ideal choice for building user interfaces.
Code: github.com/arpanneupane19/rea...
My Website: arpanneupane.com
My GitHub: github.com/arpanneupane19
My Programming Gear :
Keyboard: amzn.to/42vXkxh
Laptop: amzn.to/3CkAP3W
Laptop Stand: amzn.to/3X116Oi
Desk: amzn.to/43wmIEt
Monitor: amzn.to/42BAaFH
Monitor Arm: amzn.to/3NR0APS
Chair: amzn.to/42vvKAn
Desk Mat/Mousepad: amzn.to/43AhKqj
Microphone: amzn.to/45RuQ43
Headphones: amzn.to/445sf4R
Official React Documentation: react.js/org
#React // #TodoListApp // #LearnToCode

Пікірлер: 40
@clingyking2774
@clingyking2774 Жыл бұрын
Finally a todo list that was not over-engineered, bloated with styles, taught as if I have a decade of experience. It was just something neat, cool, refreshing. I like the explanations. The code was exactly simple enough for me to understand.
@stfnylim
@stfnylim 11 ай бұрын
I actually think you have the most useful tutorials because they are super straightforward and fundamental. You know exactly what to include and not include, and it makes it a lot easier for me to research what you didn't cover in this tutorial!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 11 ай бұрын
Thanks!
@boothekwan9422
@boothekwan9422 Жыл бұрын
your explanation is so clear to me! Thank you so much
@ingrid7671
@ingrid7671 Жыл бұрын
Thank you so much! Very clear explanation!
@ONE1x
@ONE1x Жыл бұрын
the best todo tutorial in youtube.
@MasterPigeonXD
@MasterPigeonXD Жыл бұрын
This was super useful Arpan. I made one slight adjustment though to make learning a bit clearer; I named the todo object todoObject and its property todoProperty. This way the code on line 32 reads: {todoObject.todoProperty} I was finding it super confusing when things had the same names! This doesnt take away from your guide, you still get a 10/10 my friend
@nombi7636
@nombi7636 10 ай бұрын
Thank you Sir, this is simple and stride forward tutorial, easy to understand....., I was looking for this approach ages....:)
@Chrisalex_
@Chrisalex_ 6 ай бұрын
Thank you for making something we all can understand 🎉
@karlwalker3657
@karlwalker3657 Жыл бұрын
I actually learnt a lot from this
@abdessamadahmali3935
@abdessamadahmali3935 Жыл бұрын
Greate job ! keep going
@RishavKumar-xg7to
@RishavKumar-xg7to 2 жыл бұрын
Too good 🙏
@zoltancaputo9562
@zoltancaputo9562 Жыл бұрын
good fundamentals... tks a lot
@YaroslavNechyporuk
@YaroslavNechyporuk Жыл бұрын
Dude, thank u!❤❤❤❤❤❤❤
@sepehrdera3064
@sepehrdera3064 7 ай бұрын
That was pretty helpfull thanks budy😅
@milesthomas3317
@milesthomas3317 2 жыл бұрын
Very useful!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
Thank you!
@icen1881
@icen1881 Жыл бұрын
thank you so much
@tareqrahman9391
@tareqrahman9391 Жыл бұрын
thanks a lot
@elahehabibi6604
@elahehabibi6604 Жыл бұрын
it was good. you made it easy to learn👍
@ArpanNeupaneProductions
@ArpanNeupaneProductions Жыл бұрын
Glad you liked it!
@royliujang5637
@royliujang5637 2 жыл бұрын
I'm so impressed by your achievement at the age of 14, and as a beginner of python, I actually learned a lot from you, because you presentation is so concise and neat, and I have no problem at all for following and understanding what you said and I do sincerely asking you to make more tutorial videos of DSA of python, because there are not many people have taught this topic, even if they did, they did not have a detailed process on how to analyze the problems or show us how to code in python. Please make more videos and I hope that one day there will be 100000 subscribed your channel, keep it up .
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
Thank you for your support, and I will!
@royliujang5637
@royliujang5637 2 жыл бұрын
@@ArpanNeupaneProductions and out of curiosity, what makes you learning programming? And how did you learn? Did u take any courses? Or learn them through textbooks? Did anyone teach you as well? Because as a beginner , I always wonder how other programmers learn as well?
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
@@royliujang5637 Well, it first started in 5th grade when I was placed in a coding program in my school district where they taught Scratch (block code). A few months later, I found out about Python and decided to learn it by building computer games. I learned the basics and once the pandemic hit in 2020, I decided to code everyday to get better and followed various KZbin channels in helping me learn. Then, once I had gained knowledge on web development, I decided to make videos to help others who may be struggling or are wanting to learn.
@royliujang5637
@royliujang5637 2 жыл бұрын
@@ArpanNeupaneProductions Thank you for what you did, I truly mean it I learned a lot from you and I hope one day I could do the same thing just like you did ,which contribute others with your knowledge and profession, Thank you so much
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
@@royliujang5637 You got this!!
@mubmibmommam684
@mubmibmommam684 Жыл бұрын
good
@nasifshah5691
@nasifshah5691 Жыл бұрын
At 9:25 you added ×. What button is this?
@ludehuang6783
@ludehuang6783 Жыл бұрын
Hi! I have no problem following ur instructions so far! but when I try to fresh the local3000, it is NOT working if I included lines 30-34, under the ul component. when i delete that line, the local3000 shows up again. i am using window... is anyone having that issue?
@maferojedac
@maferojedac Жыл бұрын
Same here :(
@nisze4155
@nisze4155 11 ай бұрын
me also, dk why..
@nisze4155
@nisze4155 11 ай бұрын
i have some issue of my code.
@cantedit9285
@cantedit9285 2 жыл бұрын
Do you have a new website link? Because your website no longer exist.
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
Hey yeah I do. I’m moving the site from one server to another server and was having problems with the domain transfer (it should be up and running in a few days). In the meantime, you can go to this one here: arpanneupane.netlify.app
@cantedit9285
@cantedit9285 2 жыл бұрын
@@ArpanNeupaneProductions ohh i see thanks for the info!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
@@cantedit9285 The site is back to normal now! You can check it out here: arpanneupane.com
@cantedit9285
@cantedit9285 2 жыл бұрын
@@ArpanNeupaneProductions that's great to hear! the website has a very neat design!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 жыл бұрын
@@cantedit9285 Thank you!
ReactJS Course [5] - CRUD In React | TodoList Tutorial
41:18
PedroTech
Рет қаралды 90 М.
Неприятная Встреча На Мосту - Полярная звезда #shorts
00:59
Полярная звезда - Kuzey Yıldızı
Рет қаралды 3,3 МЛН
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 21 МЛН
How to bring sweets anywhere 😋🍰🍫
00:32
TooTool
Рет қаралды 55 МЛН
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4,6 МЛН
How to Build a Weather App with React
18:20
Arpan Neupane
Рет қаралды 24 М.
Build a Todo App with React.js | Beginner React Project using hooks
1:02:25
Coding With Dawid
Рет қаралды 23 М.
The Perfect Beginner React Project
31:55
Web Dev Simplified
Рет қаралды 386 М.
How To Build Your First TypeScript Project - TODO List Application
28:30
Web Dev Simplified
Рет қаралды 239 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 454 М.
React Todo App With Firebase v9 / CRUD Functionality
58:16
Code Commerce
Рет қаралды 49 М.
The Story of React Query
8:55
uidotdev
Рет қаралды 87 М.
ReactJS Tutorial: Todo List App with React Hooks - 2022
11:49
Software Sage
Рет қаралды 39 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 2,7 МЛН
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 3,1 МЛН
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 2,2 МЛН
сюрприз
1:00
Capex0
Рет қаралды 1,5 МЛН
Ждёшь обновление IOS 18? #ios #ios18 #айоэс #apple #iphone #айфон
0:57
TOP-18 ФИШЕК iOS 18
17:09
Wylsacom
Рет қаралды 819 М.