From 8888132fbf8c482bb9c0e167a08f204db53ce754 Mon Sep 17 00:00:00 2001 From: "Ekaterine (Catherine) Mitagvaria" <63928803+catherineisonline@users.noreply.github.com> Date: Wed, 16 Mar 2022 23:33:02 +0400 Subject: [PATCH] updated README --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++---- package-lock.json | 15 +++++++---- 2 files changed, 70 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b406fc47..abaea434 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,89 @@ # Frontend Mentor Challenge Solutions -This is the collection of all my Frontend Mentor challenge solutions. You can find links to their repositories, live demos and direct links to challenges on Frontend Mentor so you can try them out yourself. Follow the instcutions below in case you decide to download or fork the project. I am using Vue so you will need additonal node modules to run the project locally. +This is the collection of all my Frontend Mentor challenge solutions. You can find links to their repositories, live demos and direct links to challenges on Frontend Mentor so you can try them out yourself. Follow the instcutions below in case you decide to download or fork the project. I am using Vue so you will need additonal node modules to run the project locally. ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run serve ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +See [Configuration Reference](https://cli.vuejs.org/config/). ## Project List -
+### URL shortening API landing page + +Live | Repo | Try Out + +### IP Address Tracker + +Live | Repo | Try Out + +### Testimonials grid section + +Live | Repo | Try Out + +### QR code component + +Live | Repo | Try Out + +### Fylo data storage component + +Live | Repo | Try Out + +### Huddle landing page with a single introductory section + +Live | Repo | Try Out + +### NFT preview card component + +Live | Repo | Try Out + +### Four card feature section + +Live | Repo | Try Out + +### Social proof section + +Live | Repo | Try Out + +### 3-column preview card component + +Live | Repo | Try Out + +### Single price grid component + +Live | Repo | Try Out + +### Profile card component + +Live | Repo | Try Out + +### Order summary component + +Live | Repo | Try Out + +### Stats preview card component +Live | Repo | Try Out diff --git a/package-lock.json b/package-lock.json index 05e70bcb..af2e17c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17043,7 +17043,8 @@ "version": "4.5.15", "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.15.tgz", "integrity": "sha512-fqap+4HN+w+InDxlA3hZTOGE0tzBTgXhKLoDydhywqgmhQ1D9JA6Feh94ze6tG8DsWX58/ujYUqA8jAz17FJtg==", - "dev": true + "dev": true, + "requires": {} }, "@vue/cli-service": { "version": "4.5.15", @@ -17180,7 +17181,8 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz", "integrity": "sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==", - "dev": true + "dev": true, + "requires": {} }, "@vue/web-component-wrapper": { "version": "1.3.0", @@ -17395,7 +17397,8 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true + "dev": true, + "requires": {} }, "acorn-walk": { "version": "7.2.0", @@ -17425,13 +17428,15 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "dev": true + "dev": true, + "requires": {} }, "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true + "dev": true, + "requires": {} }, "alphanum-sort": { "version": "1.0.2",