# Mint-react **Repository Path**: AlierQ/Mint-react ## Basic Information - **Project Name**: Mint-react - **Description**: 薄荷流水:基于 React 的一款本地记账App - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-20 - **Last Updated**: 2022-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🌿Mint 薄荷流水(react版本) Mint 薄荷流水是一款界面美观、功能丰富的本地记账WebApp 基于 react + react-router + typeScript 开发,使用 webpack 进行项目构建 之前在学习 vue 的时候制作了这款 WebApp,现在使用 react 的技术重新将项目实现一遍,作为学习 react 的练习 如果您对 vue 版本感兴趣,请移步至此 [传送门🚀](https://github.com/AlierQ/Mint-vue) 应用界面UI设计使用 Figma 进行制作 [传送门🚀](https://www.figma.com/file/0Sq4AXAqFWDlxJUYmK44XN/Mint) 项目预览地址 [传送门🚀](https://alierq.github.io/Mint-react-page/) PS:该应用制作的是基于移动端的,PC端请在开发者模式中使用移动设备预览 在项目开发过程中我遇到了很多问题&Bug,如果你对我所遇到的问题以及解决方法感兴趣,请移步至此 [传送门🚀](https://alierq.space/posts/a32a5c5f.html) ## 运行项目 ``` yarn start ``` ## 构建项目 ``` yarn build ```