Skip to content

mdcodegunes/study-progress-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Progress App

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.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm (Node package manager)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/study-progress-app.git
    
  2. Navigate to the project directory:
    cd study-progress-app
    
  3. Install the dependencies:
    npm install
    

Running the Application

To start the application in development mode, run:

npm start

This will launch the app in your default web browser.

Building for Production

To create a production build of the application, run:

npm run build

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published