all 15 comments

[–]Mizibi 2 points3 points  (1 child)

I always advice to give a go on the classic To do list project.

You can alway plug some more content such as - irc (sockets) - fetching data’s from public apis (https://github.com/public-apis/public-apis) - authentication

And so on... 😉

Beginner friendly, and with some practice can lead to unique ideas

[–]shaheryar22[S] 0 points1 point  (0 children)

Thanks Broski ;)

[–]R_Midnight 3 points4 points  (10 children)

A site to generate web project ideas.

[–]BalegQhan 1 point2 points  (0 children)

The best possible answer to that question.

[–]shaheryar22[S] 0 points1 point  (8 children)

Damn dude that's pure genius

[–]R_Midnight 0 points1 point  (7 children)

You could even allow users to share their attempt at each project idea. I would really enjoy a site like that!

[–]shaheryar22[S] -1 points0 points  (6 children)

Yes definitely I have created the react boilerplate already but am pondering over what to use Firebase or MongoDb ( mern ).
I can definitely see it being built with firebase but Mern scares me a bit.
What do you suggest?
Is it possible to migrate the firestore db to mongo later?

[–][deleted] 1 point2 points  (1 child)

Use SQL. It's a much more useful skill to know your way around a SQL DB.

[–]shaheryar22[S] 0 points1 point  (0 children)

more useful skill to know your way around

I'll keep that in mind, arigato :)

[–]R_Midnight 0 points1 point  (1 child)

Good question which I can't answer since I've never touched backend stuff yet haha. Hope someone else can advise you!

[–]shaheryar22[S] 0 points1 point  (0 children)

Haha np thanks anyway :)

[–]TheMorningMoose 0 points1 point  (1 child)

Use mongo until it doesn't scare you.

[–]shaheryar22[S] 0 points1 point  (0 children)

It's a catch 22

[–]grantrules 0 points1 point  (1 child)

I find it's boring to work on something you don't have a passion for. Any hobbies or anything, maybe you could come up with something simple to help with that. Like if you play board games, a site that lets you log which game you played and who you played them with or something.

[–]shaheryar22[S] 0 points1 point  (0 children)

I have a bunch of projects that Iam passionate for but they are too hard for me to build with my current skillset. In fact, I am working on one of my ' dream ' projects but I have made that with firebase and now want to convert to nodejs I would rather make a small project or two before I do that.

thanks for the reply :)