I have done 1 project using MERN that was a simple url shortner and other I was trynna do was to pull data with apis and show on the site.
I need some project ideas that I'd be doing with MERN stack, comment down you ideas kind people.
Thanks in advance.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (19)
Hey !
For a very basic project to get my hand dirty I would recommend a simple CRUD projects. (Based on .. Cats ? Racoons ? Up to you !)
If you want to go deeper and don't really feel to decide what kind of design your project should have nor what kind of features you should add, clone an already existing website. Twitter ? Dev.to ?
Here's some "intermediate" features that come to my mind :
The important part is not to get bored of the project, which decisions about UI/UX tend to do IMO. (Unless that's what you like, then it's totally fine)
Thanks so much for the suggestions, I have zero idea about making clones but I'd explore that for sure, rn I want to do an intermiediate level project, and I'd keep your suggestions in mind for sure. Thanks again :D
You welcome :D
If you are intermediate level MERN stack developer then you can try this type of application for increasing your knowledge in this field.
1) E-commerce app
2) social media application like twitter, instragram
3) chat application
4) online quiz
5) hotel booking
6 ) blog
7) bookshelf
Noted, Thanks :)
Hi, I just released new free API service dev.to/epranka/app-airportdb-api...
For example you can create the app which let's the user to enter the airport ICAO code and show the airport information in styled way. It doesn't needs a very huge backend, but you should fetch airport database API from the server side to keep API token safe. Also you can find the airport weather API to show airport metar information too.
For weather I suggest to use: aviationweather.gov/
They have endpoint to fetch metar data of the airport:
aviationweather.gov/adds/dataserve...
Where &stationString=KJFK is airport ICAO code parameter.
If you create something with this API, let me now, I will feature it on airportdb.io
I hope I helped a little 😊
Thanks Edvinas, I'd do project of this kind only using APIs and yes sure I'll let you know
Since you're working full-stack, you can clone any website you see. For example, clone stack overflow or Twitter. Of course, you can clone a subset of the features if cloning the entire thing is going to take a lot of time.
Thanks Kuroi, I'd clone sites after doing few intermediate projects.
Thank you for this post, as a newbie I have done a simple CRUD app using MERN stack and looking at other devs comments I have got some projects idea that I gonna try.
Try making cloud apps
Noted, Thanks:)
aws and azure are good to knwo skills in this time.
I recon you want a project that should sharp your skills in mern stack along with give you some clarence on important topics. I suggest you to create a simple to do app. Than you can make it as complex as you like. For example
So you can make a quite impressive app and can learn progressively at the same time. Lastly you can add widgets to your app. Convert them to npm packages
and use globaly.
Ecommerce Blog Chat app If you can even make ecommerce and chat I beleive its fine to land a job of entry level
Noted, thanks :)
When I tried to master MERN, I had a pizza ordering website. github.com/itays123/pizza-awesome for reference.
Thanks for sharing:)
Here it's dev.to/johongirr/10-mern-project-i...