ByteBiteChef / ByteBiteChef.github.io

0 stars 0 forks source link

Typing-App-project #12

Open PinchiDev opened 7 months ago

PinchiDev commented 7 months ago

Introduction:

Our project aims to create a Minimum Viable Product (MVP) for a typing app that assists users in improving their typing skills. The MVP will feature a display of text to type, real-time progression tracking, and error identification.

Key Objectives:

  1. Develop a user-friendly interface displaying text for typing practice.
  2. Implement real-time tracking of user progress, including speed and accuracy.
  3. Integrate error detection to highlight mistakes made during typing exercises.

Proposed Solutions:

Utilize JavaScript and React to build the core functionalities of the typing app:

  1. Design a responsive UI component to display text for typing practice.
  2. Implement logic to track typing speed and accuracy, updating progress in real-time.
  3. Develop error detection algorithms to identify and highlight typing mistakes.

Development Checklist:

  1. -[x] Set up a new React project using Create React App.
  2. -[x] Design and implement the typing interface component.
  3. -[ ] Integrate logic to track user typing speed.
  4. -[ ] Develop error detection and incorporate error highlighting.
  5. -[ ] Test the MVP thoroughly to ensure functionality and usability.
  6. -[ ] Iterate on user feedback and make necessary improvements.