Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.69 KB

README_EN.md

File metadata and controls

44 lines (39 loc) · 1.69 KB

Uni-App ColorTimetable

📅 Using Uni-app for modified of ColorTimetable full stack multi terminal project 中文文档



Features

  • Class selection: Designed a class selection list page with a matching project style.
  • Weather & Daily quotes: Added weather API and daily quotes API on the homepage.
  • Daily course: View today's or specified date's course schedule in a concise and clear manner based on the schedule.
  • Weekly course: View courses for this week and designated weeks, with exquisite switching animation logic.
  • Color Design: More exquisite color gradient style, more beautiful rounded design, and simpler text layout.
  • Unfortunately: The data is published by the administrator and users are not allowed to add courses on their own.

Installation

  1. Clone the repository:
    git clone https://github.com/ocfh/UniApp-ColorTimetable.git
    
  2. Install the required packages:
    pnpm install
    
  3. Local debugging project:
    pnpm run dev:h5
    
  4. Compile distribute projects:
    pnpm run build:h5
    
  5. Recommend using HBuilder X: Significantly reduce time for your Uni-app project development!

License

This project is based on ColorTimetable@Neil development. This project is open-source and available under the MIT.