diff --git a/.gitignore b/.gitignore
index f10cc79..de7e784 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
+public/
# Node
node_modules/
+.pnpm-store/
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
diff --git a/.idea/.idea.App/.idea/workspace.xml b/.idea/.idea.App/.idea/workspace.xml
new file mode 100644
index 0000000..a51ea7f
--- /dev/null
+++ b/.idea/.idea.App/.idea/workspace.xml
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "vue.rearranger.settings.migration": "true"
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1651179944761
+
+
+ 1651179944761
+
+
+
+
+ 1651182679479
+
+
+
+ 1651182679479
+
+
+ 1651183597269
+
+
+
+ 1651183597269
+
+
+ 1651185156378
+
+
+
+ 1651185156378
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CrosswordFable/.idea/.gitignore b/.idea/.idea.CrosswordFable/.idea/.gitignore
new file mode 100644
index 0000000..4ce9116
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/.gitignore
@@ -0,0 +1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/projectSettingsUpdater.xml
+/modules.xml
+/contentModel.xml
+/.idea.App.iml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.idea.CrosswordFable/.idea/.name b/.idea/.idea.CrosswordFable/.idea/.name
new file mode 100644
index 0000000..3d8da22
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/.name
@@ -0,0 +1 @@
+CrosswordFable
\ No newline at end of file
diff --git a/.idea/.idea.CrosswordFable/.idea/encodings.xml b/.idea/.idea.CrosswordFable/.idea/encodings.xml
new file mode 100644
index 0000000..30a08bd
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/encodings.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CrosswordFable/.idea/indexLayout.xml b/.idea/.idea.CrosswordFable/.idea/indexLayout.xml
new file mode 100644
index 0000000..afe2888
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CrosswordFable/.idea/misc.xml b/.idea/.idea.CrosswordFable/.idea/misc.xml
new file mode 100644
index 0000000..51f1975
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/misc.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.CrosswordFable/.idea/vcs.xml b/.idea/.idea.CrosswordFable/.idea/vcs.xml
new file mode 100644
index 0000000..928a05f
--- /dev/null
+++ b/.idea/.idea.CrosswordFable/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/App.sln b/CrosswordFable.sln
similarity index 100%
rename from App.sln
rename to CrosswordFable.sln