OK so bro… I normally don’t comment twice on a video but I just have to tell you that I’m a blind computer user and I am looking to create an application that is better than what I currently have and you are inspiring me to try to do that so thank you! I’m sick and tired of an 80s UI 😂
Followed along and built this a few nights ago. For the life of me I still can't get the rich text editor to work, but I did give it persistent local storage, Categories and Tags, a feature to mark notes as Favorites and filter them, and a Sort by Date feature. I've been a dev since the days of BASIC - it's amazing to see where app dev is going. Thanks for the intro to this, great video!
Would love to see a bit more complex project which involves back-end (e.g. Supabase) integration and some user auth with certain permissions as well. Maybe a CRUD demo or something. Great videos.
My 2D shooting game has a full supabase integration for a leaderboard. But you’re right, I should do a soup to nuts video for a more complex full stack app
@@AlexFinnOfficial, Would love to see a more complex full stack app. I am 46 years old and have been in the transport and logistics industry for more than 25 years. I have created small custom MS Access databases for various use cases over the years but the issue with access is that it is very limited. As a non programmer, tools like this is very helpful to me and your quote on another comment below, "It’s about people who previously never could build anything now have the opportunity to make their ideas reality", are very true and to the point. I have played around with V0 and cursor and i am very impressed. The key is to not just take what the AI gives you but to actually take the time and read through its explanations and ask if you do not understand so that you can learn while it is creating the code for you.
Alex Finn, thank for creating a video that shows how to Built an Evernote Clone With AI in Under 10 minutes, your AI coding knowledge is off the charts and so helpful!
Maybe I missed the part but did it use SqlLite? Just curious where it saved the notes. And on the image upload was it saved? One place I think this would work well is Electron apps since you avoid the deployment, hosting complexity and then security is not so complex. Thanks!
This is all saved locally in this video, but could easily be deployed to supabase as a database. Never heard of Electron but just researched it and it's really cool! will make an upcoming video about it
@@AlexFinnOfficial electron defaults to SQLite which is super easy to work with since it is just a file based database so no need to run a service or server
Ok so let's keep it real. Cursor is NOT for any non-programmer. Second, Replit AI works very occasionally only. Even their own Landmark Demo does not work for me. Just keeps saying Loading Page (without any optional features). Customer service non existent with any help. Coders don't have to worry about losing their jobs just yet...
IF YOU LEARNED ANYTHING AT ALL MAKE SURE TO LIKE + SUBSCRIBE!!! ALSO LET ME KNOW WHAT APPS YOU WANT ME TO BUILD!!!
Readwise
OK so bro… I normally don’t comment twice on a video but I just have to tell you that I’m a blind computer user and I am looking to create an application that is better than what I currently have and you are inspiring me to try to do that so thank you! I’m sick and tired of an 80s UI 😂
Nice Alex. Boom you have your own app. I learn tons from your videos. Presentation is phenomenal.
That's AWESOME to hear Joe Pro!
I've been building an app following the system you're teaching. Can't thank you enough, bro 🙏🏾🙌🏾
Followed along and built this a few nights ago. For the life of me I still can't get the rich text editor to work, but I did give it persistent local storage, Categories and Tags, a feature to mark notes as Favorites and filter them, and a Sort by Date feature. I've been a dev since the days of BASIC - it's amazing to see where app dev is going. Thanks for the intro to this, great video!
Dang bro this is pretty awesome
Appreciate you!
Would love to see a bit more complex project which involves back-end (e.g. Supabase) integration and some user auth with certain permissions as well. Maybe a CRUD demo or something. Great videos.
My 2D shooting game has a full supabase integration for a leaderboard. But you’re right, I should do a soup to nuts video for a more complex full stack app
@@AlexFinnOfficial, Would love to see a more complex full stack app. I am 46 years old and have been in the transport and logistics industry for more than 25 years. I have created small custom MS Access databases for various use cases over the years but the issue with access is that it is very limited. As a non programmer, tools like this is very helpful to me and your quote on another comment below, "It’s about people who previously never could build anything now have the opportunity to make their ideas reality", are very true and to the point. I have played around with V0 and cursor and i am very impressed. The key is to not just take what the AI gives you but to actually take the time and read through its explanations and ask if you do not understand so that you can learn while it is creating the code for you.
Alex Finn, thank for creating a video that shows how to Built an Evernote Clone With AI in Under 10 minutes, your AI coding knowledge is off the charts and so helpful!
hahahah Doc I appreciate you brother
@Alex! This is SO GOOD! One of the best videos on these 2 products I've seen on here. KUDOS! 👍💪👏
Very cool Alex. I'm still new to this and getting ideas by watching your videos.
This is why I make these videos!
Really thanks! eye opener! subscribed
Thank you! Alex, here is a small suggestion: ask AI to generate sample data also :) And you'll never have to add new test notes manually
prettily impressive work, such projects will be very helpful, and knowledge how to use ai
Glad you enjoyed the video!
Currently watching until the end Alex!
LET'S GOOO!!!!!!
NOTE for you reading this: LIKE the video. COMMENT. SUBSCRIBE to Alex for exceptionally high quality content! 🔥
Diego sent me here, thank Diego :D
How about creating a version of Expensify that will collect receipts, extract the information and then create an expense report
Lets go Alex!
What's up my friend!
Great video! Thank u for posting! Just a q- what video cam software u used, looks pretty good it.
I would really like to see you use Claude Dev or Aider instead of Cursor. Thank you for your content. Subbed.
“There is no other person doing this on RUclips”
Thanking A.I?
I agree 😂
Nobody treats their AI nicer than me
Maybe I missed the part but did it use SqlLite? Just curious where it saved the notes.
And on the image upload was it saved?
One place I think this would work well is Electron apps since you avoid the deployment, hosting complexity and then security is not so complex.
Thanks!
This is all saved locally in this video, but could easily be deployed to supabase as a database. Never heard of Electron but just researched it and it's really cool! will make an upcoming video about it
@@AlexFinnOfficial electron defaults to SQLite which is super easy to work with since it is just a file based database so no need to run a service or server
Would love to see a clickup CRM clone 🔥🚀
I like this idea! Adding it to my list
we'll need a follow up to show us how to persist the notes so we can actually use it :)
Thanks Alex , can you build mobile app next episode
Adding this to my list!
I forgot about Evernote. is it still around?
Not anymore now that I built it!
you think you can do one with just python framework for a similar project?
appreciate your video btw
I have to say love through myself again and again and again 🇸🇦❤️✌🏻
Got here early
Wow, mine didn't come out anything like that. I got this error: Cannot find module '@/components/note-app' or its corresponding type declarations.
Either I’m a complete beginner or I got the wrong app. Mines always looks different
Sometimes the AI spits out different results for different people! How's it look?
Hey Alex, I've created a calculator with V0 and I want to turn it into a mobile app. How do i do that?
How to make a new twitter please!
Pos System pls✌️
Ok so let's keep it real. Cursor is NOT for any non-programmer. Second, Replit AI works very occasionally only. Even their own Landmark Demo does not work for me. Just keeps saying Loading Page (without any optional features). Customer service non existent with any help. Coders don't have to worry about losing their jobs just yet...
Ikr, i sooner just pay for Notion than try to re-build it, maintain it etc... The title of this video is catchy but a lie.
Isn’t about coders losing their jobs. It’s about people who previously never could build anything now have the opportunity to make their ideas reality
@@AlexFinnOfficial Exactly
@@AlexFinnOfficial💯🙌🏾
@@AlexFinnOfficial Not with Cursor they won't.
Diego sent me here.
atta boy
Watched til end. Interesting. Will need to think how this would be able to be implemented in our overall strategy. Thank you.
Alex, this is friggin hot! 🔥 It’s so crazy we can do this so quickly and easily! Now, I just need to replace my broken laptop! 😂 Bravo! 👏👏👏👏🕊️🫶
Barry my level 2 acolyte I appreciate you brother!
@@AlexFinnOfficialThank you, Alex! I really appreciate all you do and share! 🕊️🫶