Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.32 KB

File metadata and controls

19 lines (15 loc) · 1.32 KB

App Name: CodeType

Core Features:

  • Language Selection: Choose a programming language (Python, C++, HTML, JS) from a sidebar.
  • Chapter Display: Display a list of chapters (30-40) for the selected language in the sidebar.
  • Code Snippet Loading: Load a pre-written code snippet when a chapter is selected.
  • Typing Evaluation: Evaluate typing speed (WPM), accuracy, and errors as the user types.
  • Detailed Analysis: Provide a detailed analysis of the user's typing performance with a button click.

Style Guidelines:

  • Primary color: HSL(220, 70%, 50%) - A moderate blue, rendered in hex as #3D84A8, to evoke a sense of focus and clarity.
  • Background color: HSL(220, 20%, 20%) - A dark, desaturated blue-gray, rendered in hex as #333F48, provides a comfortable, distraction-free background.
  • Accent color: HSL(190, 70%, 50%) - A teal color, rendered in hex as #3DAB8F, used for highlighting interactive elements and important information.
  • Font Pairing: 'Space Grotesk' (sans-serif) for headlines and 'Inter' (sans-serif) for body text.
  • Use minimalist, monochrome icons for language selection and chapter navigation.
  • Implement an open/close sidebar for language and chapter selection, with a clear separation between the code snippet and typing area.
  • Subtle transitions when loading code snippets and displaying typing statistics.