Ogzhanolguncu.com

screenshot of Ogzhanolguncu.com
astro
nextjs
react
styled-components
tailwind
chakra-ui

My personal blog project built with Astro, Tailwind and Typescript.

Overview:

The personal blog built by Ogzhan Olguncu is created using a combination of Chakra UI, TypeScript, and Next.js. It incorporates MDX for blog content, Context API for custom color changes, and next-seo for enhanced search engine optimization. The blog is designed to be user-friendly and customizable, offering a seamless experience for both the creator and readers.

Features:

  • Chakra UI: Provides a collection of accessible and customizable UI components to enhance the blog's visual appeal and functionality.
  • TypeScript: Enables the use of static typing to improve code reliability and maintainability, ensuring a more robust and error-free blog.
  • Next.js: Empowers the creation of hybrid static and server-rendered websites, enhancing performance and enabling quick and seamless page transitions.
  • MDX: Allows easy integration of Markdown with JSX, providing a powerful toolset for creating dynamic and reusable blog content.
  • Context API: Facilitates the implementation of custom color changes, providing users with a personalized experience to suit their preferences.
  • next-seo: Optimizes the blog for search engines, ensuring improved visibility and discoverability in relevant search results.
astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

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

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

Dark Mode

Dark mode is a user interface option that uses a dark color scheme instead of light. It reduces eye strain and improves visibility in low-light conditions. Implementing dark mode in a website or application involves updating the styles and color palette to support both light and dark modes.

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.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

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.