diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..49e95ef273 Binary files /dev/null and b/.DS_Store differ diff --git a/.eslintrc b/.eslintrc.json similarity index 100% rename from .eslintrc rename to .eslintrc.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..6f3a2913e1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/README.md b/README.md index 565c93e95a..9e7d62d279 100644 --- a/README.md +++ b/README.md @@ -51,4 +51,4 @@ While you are free to use this codebase for your future projects we recommend ag For launch projects and future portfolio pieces, look at the [Code Your Future Starter Kit](https://github.com/CodeYourFuture/cyf-final-project-starter-kit). This assessment project is a simplified version of the starter kit, with a lot of the features removed to keep it light and more understandable. In fact, some of the challenges in this project are to re-add these features yourself, like support for linting. -Since these features will already be present in the starter kit, it will be a much better starting point. And since it uses the same libraries and setup that you will learn here, you should feel immediately familiar with it. +Since these features will already be present in the starter kit, it will be a much better starting point. And since it uses the same libraries and setup that you will learn here, you should feel immediately familiar with it. diff --git a/client/.DS_Store b/client/.DS_Store new file mode 100644 index 0000000000..cedea8f024 Binary files /dev/null and b/client/.DS_Store differ diff --git a/client/index.html b/client/index.html index c584b3956c..ad17051ef7 100644 --- a/client/index.html +++ b/client/index.html @@ -9,5 +9,6 @@
+