Giter Site home page Giter Site logo

furkan-dogu / blog-app-with-nextjs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26.25 MB

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.

Home Page: https://blog-app-with-nextjs-fd.vercel.app

JavaScript 100.00%
axios formik material-ui mui-icons mui-joy nextjs react react-redux react-toastify redux-persist redux-toolkit yup

blog-app-with-nextjs's Introduction

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.

blog-app-with-nextjs's People

Contributors

furkan-dogu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.