Blog NextJS

screenshot of Blog NextJS
nextjs
react
tanstack
scss
material-ui

Blog Commnunity with Next.js + Zustand+ react-query + Material-ui

Overview

Develogger is an innovative blog platform that aims to create a community for developers, providing a space for them to share insights, study experiences, and document their progress in the field. It serves as a repository for knowledge, akin to a gaming strategy guide, allowing developers to learn from each other while also keeping track of the latest trends. With its user-friendly interface, it invites developers to engage actively, whether you're writing a new post or browsing others' works.

The platform is designed with essential features to facilitate blogging and interaction within the developer community. With its sleek design and practical functionalities, Develogger empowers users to share and discover valuable content, making it a go-to platform for developers seeking to enhance their skills.

Features

  • User Authentication: Secure login options including JWT for local login and GitHub Oauth, ensuring a smooth entry for users wishing to engage in the community.

  • Content Creation: The intuitive editor allows users to create posts easily, complete with tag selection and auto-complete features, making writing effortless.

  • Engagement Tools: Users can express their opinions with like and dislike buttons on posts, promoting interaction and feedback within the community.

  • Reading Experience: A structured reading interface with a Table of Contents (TOC) that enhances navigability by allowing users to jump to specific sections of the post effortlessly.

  • Personal Blog Pages: Each user has their own blog page, showcasing all their contributions and enabling easy access to their written works and projects.

  • Post Editing and Deleting: Users have the ability to modify or delete their posts easily, ensuring that they can keep their content up to date and relevant.

  • Future Features: Upcoming functionalities include a comprehensive search option, comment systems, notification features for likes and comments, and robust data visualization tools for tracking development trends.

  • Statistical Insights: Advanced analytics will provide position-based and tag-based statistics, supplementing users with valuable data that can guide their development journey.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.