DEV Community

Medea
Medea

Posted on

Second Next.js website

In the past two days, I have been following the official next.js tutorial to build a simple blogging website.

Although Next.js is much harder than Flask, I love how I can do so much with Next.js and React, and how easy it is to deploy projects from GitHub to Vercel, so this is persuading me to create even more projects with Next.js.

Check out the blogging website I created here: https://blogging-website-vert.vercel.app/

You can also check out it's GitHub repo:

GitHub logo VulcanWM / blogging-website

following next.js tutorial

VulcanWM's Next.js Blog

Check out the blog website here




My next project is to create a Guestbook where people can comment (the comments are saved using MongoDB). I also want it to use an API to check if the comment has swearing or not, and only let the user comment once on one device.
I also want to expand my React knowledge and load 5 comments at once, and when the user scrolls to the bottom, it loads 5 more (infinite load).


Thanks for reading!
Follow me and like to support me in my next.js journey.

Top comments (8)

Collapse
 
sonicx180 profile image
sonicx180

also, plz don't limit it to one comment per device :D

Collapse
 
vulcanwm profile image
Medea

how about one comment per hour?

Collapse
 
dhravya profile image
Dhravya

I'd add authentication and set a ratelimit.

Thread Thread
 
vulcanwm profile image
Medea

Yea I’ll add that, thanks!

Collapse
 
sonicx180 profile image
sonicx180

awesome!!!!

Collapse
 
vulcanwm profile image
Medea

thanks!

Collapse
 
pekosong profile image
Peko

nice web page

Collapse
 
vulcanwm profile image
Medea

thanks!