This project is a simple study progress tracking application that allows users to enter lessons, track page numbers studied, and record repeat times. The application is built using TypeScript and React.
- Add lessons with details such as page numbers studied and repeat times.
- View a list of all lessons and their progress.
- Store progress data locally.
- Node.js (version 14 or higher)
- npm (Node package manager)
- Clone the repository:
git clone https://github.com/yourusername/study-progress-app.git - Navigate to the project directory:
cd study-progress-app - Install the dependencies:
npm install
To start the application in development mode, run:
npm start
This will launch the app in your default web browser.
To create a production build of the application, run:
npm run build
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.