Full Stack Development with React and Node js - Expense Tracker Application.

preview_player
Показать описание


SnippetMaster is now open source, go clone and start the repo.

If you want the starter files, download the source code from github linked down below!👇👇

More videos here....

#thecodedealer #webdevelopment #mernstack
Рекомендации по теме
Комментарии
Автор

This is superb. Thank you for taking your time to do this.

femiologunwa
Автор

great video buddy, completed the project and thanks to you i know much more than started.
Thank you very much 🙏🙏

forytvanced
Автор

57:14 - The command to create a react app in current folder is " npx create-react-app . " (Wasn't clear to me)
Great content btw!! Thanks!

evgenisakhatsky
Автор

Omg, very thank youuu! I'm going to watch the full video now and then go back to the beginning and do the project together with you!

Then I will deploy and use this model to make a project that manages calls, to help sellers work

CONGRATULATIONS FOR THE CONTENT! This type of content I don't find much in Brazil and you are helping me A LOT to learn to program more and better

JanelaDoSonho
Автор

In 4:33:00 it's just a one const line of code Example:

const minExpense = expenses.length > 0 ? Math.min(...expenses.map(item => item.amount)) : 0;

Then put the minExpense at inside of p tag like this

<p>{minExpense} </p>

leinah
Автор

Hey Maclinz! love the video so far. I was wondering if you could possibly help me out for a moment? Im having trouble doing the "basic page researching" for the frontend section. For some reason, all of the text within the `` of a function highlights green instead of the correct style format. I looked at your github repos and everything is the same but i still run into this issue.

frcroxi
Автор

58:02 when I write in the terminal npm start it displays npm ERR! instead webpack bilded succesfully

antonbankov
Автор

I am not getting icons in the income and expense page, so how to get them ?

manamtech
Автор

Why are the dates in my chart in reverse order? July 1 is on the right of the chart and July 31 is on the left.

floramerano
Автор

i am getting problem with the income page as i try to enter the income details it shows server error but expense is flawless and i am getting income data in my backend help

vaibhavahlawat
Автор

great job bro. Thanks for sharing knowledge. btw any TS projects are coming up next?

lamhoang
Автор

Does it have user authentication? Where different users can log in and use? Thank you

ysuuvdf
Автор

Hello guys, first of all thanks for the video, im following it right now and its working so far. For all the people stuck around 36:30, postman is loading and you are getting no response, in my case, the issue was on the Date request that i was sending trough postman. You need to send the correct format so mongoDB knows that is a date. I live in Brazil, here we use DD/MM/YYYY, but it seems that mongo doesnt like that, so i changed to YYYY/MM/DD and it worked!

ps: If you are using max lenght on your description, be sure to up that a little (same for title)
Edit: Be sure to dd a "console.log(error);" on your try catch block, some errors gets stuck inside there an i could only find this after adding the log inside the catch

TheCooPArmy
Автор

Could you please turn this longshot video tutorial into a playlist with separate videos in parts?

nzpyeid
Автор

Hi, I just wanted to know that is there the login and signup functionality available?

satyajitroy
Автор

hi
the post method always get "server error", what can i do?

desmonetizacao
Автор

is it possible to deploy the full app and backend onto a service such as netlify?

zlfxyzp
Автор

Awesome project
Well explained
I love this so much
Can I use the project for my test app development 🤠

fathimashamla
Автор

My income items' width is shorter than what is shown in this video. I don't know why. Are you using a desktop monitor with a larger width? because I'm using a laptop.

floramerano
Автор

Bring a long MERN stack project something like Travel log using google maps too

praffulgupta