Skip to content

Make0209/User-Center-System-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

User Center System Frontend

User Center System 的前端 Web 应用,为用户提供注册、登录以及用户信息管理界面,并通过 API 与后端系统进行交互。


📖 Project Introduction

User Center System 是一个用于统一管理用户信息的系统。

本仓库为系统的 前端部分,主要负责:

  • 用户界面展示
  • 用户交互逻辑
  • 调用后端 API
  • 展示用户数据

前端与后端通过 RESTful API 通信,实现完整的用户中心功能。


✨ Features

  • 🔐 用户注册界面
  • 👤 用户登录
  • 📄 用户信息展示
  • 🔍 用户列表查看
  • 🌐 调用后端 API
  • 💻 Web 可视化界面

🛠 Tech Stack

前端技术栈:

  • HTML
  • CSS
  • JavaScript

常用工具:

  • Axios(API 请求)
  • Node.js
  • npm

如果使用框架:

  • Vue / React

📂 Project Structure

User-Center-System-Frontend │ ├── src │ ├── components # 组件 │ ├── pages # 页面 │ ├── router # 路由 │ ├── assets # 静态资源 │ └── utils # 工具函数 │ ├── public │ ├── package.json │ └── README.md


🚀 Getting Started

1️⃣ Clone Repository

git clone https://github.com/Make0209/User-Center-System-Frontend.git
2️⃣ Install Dependencies
npm install
3️⃣ Run Project
npm run dev

或者:

npm start

运行后访问:

http://localhost:3000
🔗 Backend Repository

后端项目:

https://github.com/Make0209/User-Center-System-Backend

前端通过 API 与后端进行通信。

🧩 System Architecture
Frontend (Web)
        │
        │ HTTP / REST API
        ▼
Spring Boot Backend
        │
        ▼
      MySQL
📌 Future Improvements

未来可以扩展:

用户头像上传

用户权限管理

JWT 登录认证

用户标签系统

用户推荐算法

🤝 Contributing

欢迎提交 Issue 或 Pull Request 来改进项目。

About

用户中心系统前端项目,实现用户注册、登录及用户信息管理界面。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors