Memory Blog

screenshot of Memory Blog
react
vite
scss
ant-design

This is a personal blogging platform built with React, TypeScript, and Spring Boot.

Overview

This product is a software project built with a stack of technologies including React, TypeScript, React Router, Reducer, Sass, Axios, Vite, and Framer Motion. It comes with a documentation guide and also offers Docker support for deployment. The project includes various features such as a home page, dark mode, reading functionality, login, admin capabilities, and star history. It is developed and licensed under the GNU General Public License Version 2 by 林陌青川 in 2024.

Features

  • React, TypeScript: Utilizes modern web development technologies for efficient and scalable code.
  • React Router: Enables navigation and routing within the application.
  • Reducer: Manages the application state effectively for better performance.
  • Sass: Provides a powerful and flexible CSS preprocessor for styling.
  • Axios: Facilitates easy HTTP requests handling for data communication.
  • Vite: Offers a fast and efficient build tool for modern web projects.
  • Framer Motion: Adds animations and transitions to enhance user experience.
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

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

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.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

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.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

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.