Use 'study card tool' as the name for the app

This commit is contained in:
Thiago Chaves 2022-08-10 07:26:10 +03:00
parent cde76e6205
commit 7a2551f7f2
4 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "flash-card-app", "name": "study-card-tool",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -7,10 +7,13 @@
<meta name="keywords" content="vocabulary,practice,tool" /> <meta name="keywords" content="vocabulary,practice,tool" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#2f4f4f" /> <meta name="theme-color" content="#2f4f4f" />
<meta name="description" content="Practice vocabulary using flash cards" /> <meta
name="description"
content="Practice vocabulary through repetition with study cards"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>React App</title> <title>Study Card Tool</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -1,7 +1,7 @@
{ {
"short_name": "Flash Card App", "short_name": "Study Card Tool",
"name": "Flash Card App", "name": "Study Card Tool",
"description": "Practice vocabulary using flash cards", "description": "Practice vocabulary through repetition with study cards",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",

View File

@ -1,7 +1,7 @@
export function HomeView() { export function HomeView() {
return ( return (
<div className="page-with-padding content-text scroll"> <div className="page-with-padding content-text scroll">
<h1 className="text-title margin-title">Flash Card App</h1> <h1 className="text-title margin-title">Study Card Tool</h1>
<p className="text-details margin-paragraph"> <p className="text-details margin-paragraph">
A handy tool for vocabulary practice through repetition. Go to{" "} A handy tool for vocabulary practice through repetition. Go to{" "}
<i>settings -&gt; create card</i> to start adding words for practicing. <i>settings -&gt; create card</i> to start adding words for practicing.
@ -46,7 +46,7 @@ export function HomeView() {
. .
</p> </p>
<p className="text-details margin-paragraph"> <p className="text-details margin-paragraph">
The content for the flash cards generated is dual-licensed under{" "} The content for the study cards generated is dual-licensed under{" "}
<a <a
className="link" className="link"
target="_blank" target="_blank"
@ -93,7 +93,7 @@ export function HomeView() {
<h2 className="text-title margin-title">Support the app</h2> <h2 className="text-title margin-title">Support the app</h2>
<p className="text-details margin-paragraph"> <p className="text-details margin-paragraph">
This app would not exist if it was not for Wiktionary and the Wikimedia This app would not exist if it was not for Wiktionary and the Wikimedia
foundation. If you want to support anyone, consider donating to the{" "} foundation. If you want to support anyone consider donating to the{" "}
<a <a
className="link" className="link"
target="_blank" target="_blank"