Skip to content

This project I created with Nextjs contains the web version of the blog application. Users can view blog posts, create new posts, edit, delete, comment and like existing posts through this application after registering or logging in.

Notifications You must be signed in to change notification settings

furkan-dogu/blog-app-with-nextjs

Repository files navigation

Blog App with Nextjs

About the Project

This project I created with Nextjs contains the web version of the blog application. Users can view blog posts, create new posts, edit, delete, comment and like existing posts through this application after registering or logging in.

Table of Contents

Live Demo

Blog App with Nextjs

Backend

Features

  • Entry and registration procedures
  • Pagination for smooth transitions between pages.
  • Blog sections that you can add, delete and update yourself
  • View and update user information

Technologies Used

Usage

  • Create your registration from the Register section or log in from the login section
  • Create your own blog
  • Viewing blog posts, creating new posts, editing, deleting, commenting and liking existing posts.
  • View and update the user information you registered with the site

Project Skeleton

Blog App with Nextjs (folder)
│
├── app
│    ├── (private)
│    │     ├── detail 
│    │     │     └──  [detailId]
│    │     │           ├── components
│    │     │           │     ├── CommentBox.jsx
│    │     │           │     └── CommentCards.jsx
│    │     │           └── page.jsx               
│    │     ├── my-blogs 
│    │     │     ├── components
│    │     │     │     ├── DeleteModal.jsx
│    │     │     │     ├── MyBlogsCards.jsx
│    │     │     │     └── UpdateModal.jsx
│    │     │     └── page.jsx 
│    │     ├── new-blog 
│    │     │     └── page.jsx 
│    │     ├── profile 
│    │     │     ├── edit
│    │     │     │     └── page.jsx 
│    │     │     └── page.jsx
│    │     └── layout.jsx
│    ├── (public)
│    │     ├── about 
│    │     │     └── page.jsx
│    │     ├── login 
│    │     │     ├── components
│    │     │     │     └── LoginForm.jsx
│    │     │     └── page.jsx
│    │     └── register 
│    │           ├── components
│    │           │     └── RegisterForm.jsx
│    │           └── page.jsx
│    ├── layout.js    
│    ├── loading.jsx    
│    ├── not-found.jsx    
│    └── page.js    
├── assets
│    └── [images]
├── components
│    ├── Cards.jsx
│    ├── Footer.jsx
│    ├── MostVisited.jsx
│    ├── Navbar.jsx
│    └── Pagination.jsx
├── helpers
│    ├── navbarLinks.js
│    └── ToastNotify.jsx
├── hooks
│    ├── useAuthCalls.jsx
│    ├── useAxios.jsx
│    └── useBlogCalls.jsx
├── public
│    └── [images]
├── redux
│    ├──  features
│    │      ├── authSlice.jsx
│    │      └── blogSlice.jsx
│    ├── provider.jsx
│    └── store.jsx
├── .gitignore
├── jsconfig.json
├── next.config.mjs
├── package-lock.json
├── package.json
└── README.md

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

This project I created with Nextjs contains the web version of the blog application. Users can view blog posts, create new posts, edit, delete, comment and like existing posts through this application after registering or logging in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published