Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.47 KB

This is a Next.js project bootstrapped with create-next-app.

Live Link ? Click Here

Overview of the project:

  • A Responsive blog reading website. Where visitors can read web related blogs and put comments for individual blogs.

  • There is a carousel, which displays featured blogs. And the sidebar shows top blogs in the home page and related blogs in the blog reading page.

  • Top blogs are depending on visitor’s comments. Visitors are getting asked for name and email for his very first comment.

  • Name and email are saved in web storage so that it doesn't have to be queried again for his next comments.

Learn More about Next.js ?

Take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

This site is deployed in vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.