# TapTime **Repository Path**: TheLordWXY/tap-time ## Basic Information - **Project Name**: TapTime - **Description**: Intelligent Time Management System - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-29 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tap Time This project mainly designs a simple and easy to use reminder small program, aiming to quickly sort out helpful information for users in the information flow of information explosion, and provide timely and efficient reminders in line with the user’s choice. Some of the messages people see in wechat groups today are likely to be completely or partially forgotten in a short period of time. Of course, there are ways to keep track of things that need to be remembered, such as setting an alarm clock or using a reminder app, but these activities are so time-consuming and energy consuming that most people don’t have the energy to do them and choose to give up. After realizing this situation, this project is inspired by the idea of "no need to repeat the wheel" in the programming field. Through the way of event sharing, the event participants, namely the main audience of the event, can create their own event management without almost filling in any information. This project is committed to using the lowest user access threshold, to win users to the habit of event management. ## FUNCTIONAL DESCRIPTIONS OF THE PROJECT The entire schedule management system mainly includes three functional subsystems, namely the schedule management subsystem, the to-do subsystem and the progress management subsystem. ## PROGRESS - [] Schedule management subsystem - [] Progress management subsystem - [] To-do add subsystem ## Git Contribution submission specification - reference [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) specification ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular)) - `feat` Add new features - `fix` Fix the problem/BUG - `style` The code style is related and does not affect the running result - `perf` Optimization/performance improvement - `refactor` Refactor - `revert` Undo edit - `test` Test related - `docs` Documentation/notes - `chore` Dependency update/scaffolding configuration modification etc. - `workflow` Workflow improvements - `ci` Continuous integration - `types` Type definition file changes - `wip` In development ## Install and use - get code ```bash git clone https://github.com/anncwb/vue-vben-admin.git ``` - install dependencies ```bash cd vue-vben-admin pnpm install ``` - run ```bash pnpm serve ``` - build ```bash pnpm build ```