mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-07-01 06:01:24 +00:00
chore: update content
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Touch Programming
|
# Touch Programming
|
||||||
|
|
||||||
An AI powered web application which lets you master touch typing with real code snippets from your favorite programming languages, powered by AI.
|
An LLM powered web application which lets you master touch typing with real code snippets from your favorite programming languages.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -5,16 +5,16 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
|
||||||
>
|
>
|
||||||
<meta
|
<meta
|
||||||
name="keywords"
|
name="keywords"
|
||||||
content="touch typing, programming, code snippets, AI, artificial intelligence, wpm test, typing test, typing practice"
|
content="touch typing, programming, code snippets, AI, LLM, artificial intelligence, wpm test, typing test, typing practice"
|
||||||
>
|
>
|
||||||
<meta property="og:title" content="Touch Programming">
|
<meta property="og:title" content="Touch Programming">
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
|
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
|
||||||
>
|
>
|
||||||
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
|
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
|
||||||
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
|
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ function Home() {
|
|||||||
<div className='home-container'>
|
<div className='home-container'>
|
||||||
<header>
|
<header>
|
||||||
<h1>Touch Programming</h1>
|
<h1>Touch Programming</h1>
|
||||||
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by AI.</p>
|
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by open LLMs.</p>
|
||||||
<NavLink to='/languages'>
|
<NavLink to='/languages'>
|
||||||
{isMobile ?
|
{isMobile ?
|
||||||
<span>This app is made to be used in a desktop device.</span> :
|
<span>This app is made to be used in a desktop device.</span> :
|
||||||
@@ -37,7 +37,7 @@ function Home() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='feature'>
|
<div className='feature'>
|
||||||
<h3>AI Powered</h3>
|
<h3>LLM Powered</h3>
|
||||||
<p>
|
<p>
|
||||||
Code is generated with the help of the Open Source LLM Models.
|
Code is generated with the help of the Open Source LLM Models.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user