{"id":21663720,"url":"https://github.com/evgenywas/modnikky","last_synced_at":"2026-04-18T13:37:21.396Z","repository":{"id":60649396,"uuid":"531166513","full_name":"EvgenyWas/modnikky","owner":"EvgenyWas","description":"The first SPA on Vue.js as an introduction to this JavaScript framework. Modnikky is an online store of women clothes with PLP, PDP, bag, wish-list and authentication pages.","archived":false,"fork":false,"pushed_at":"2023-11-03T22:08:15.000Z","size":10072,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T19:43:43.705Z","etag":null,"topics":["authentication","axios","pinia","scss","swiper","typescript","vite","vue-lazyload","vue-router","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvgenyWas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-31T16:25:42.000Z","updated_at":"2024-01-16T17:47:58.000Z","dependencies_parsed_at":"2023-02-08T18:45:14.139Z","dependency_job_id":null,"html_url":"https://github.com/EvgenyWas/modnikky","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EvgenyWas/modnikky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fmodnikky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fmodnikky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fmodnikky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fmodnikky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvgenyWas","download_url":"https://codeload.github.com/EvgenyWas/modnikky/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fmodnikky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","axios","pinia","scss","swiper","typescript","vite","vue-lazyload","vue-router","vue3"],"created_at":"2024-11-25T10:28:06.082Z","updated_at":"2026-04-18T13:37:18.823Z","avatar_url":"https://github.com/EvgenyWas.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modnikky online store\n\n## Overview\n\nMy first SPA on Vue.js as an introduction to this JavaScript framework. Modnikky is an online store of women clothes with PLP, PDP, bag, wish-list and authentication pages. This project created using a build setup based on [Vite](https://vuejs.org/guide/quick-start.html) that allowed me to use Vue Single-File Components. As a state manager I used [Pinia](https://pinia.vuejs.org/) because of proper TypeScript support. Also I used [Vue-lazyload](https://github.com/hilongjw/vue-lazyload) for lazyloading images in my application and [Swiper](https://github.com/nolimits4web/Swiper) for implementation of most modern mobile touch slider with hardware accelerated transitions and amazing native behavior to my application. I performed the authorization myself using localStorage Web API and Cookie.\n\n_UPD: API isn't working._\n\n\u003e Home page and product page in desktop view, and bag page in mobile view\n\n\u003cimg src=\"public/previews/home-page-desktop.jpg\" height=\"350\" alt=\"Home page preview in desktop view\"\u003e \u003cimg src=\"public/previews/product-page-desktop.jpg\" height=\"350\" alt=\"Product page preview in desktop view\"\u003e \u003cimg src=\"public/previews/bag-page-mobile.jpg\" height=\"350\" alt=\"Bag page preview in mobile view\"\u003e\n\n_[ORIGINAL DESIGN](\u003chttps://www.figma.com/file/EU9rX288YZxT6RcpMmMOcO/Diplom-projects_Front-end-(1)?node-id=1%3A1386\u003e)_\n\n## Requirments\n\n- Flexible and correct layout according to the design;\n- Authentication on Client-side;\n- Filtering by category and searching by name and description for products on the page;\n- Ability to change the number of products in the bag and add products from wish-list to the bag;\n- Subscribe to news by email.\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n## Summary\n\nI tried to build a good application architecture, but in the end I ran into a few points that I hadn't fully thought through as logic processing - is there more logic in the components, in the store, or is it taken out separately in utilities? In the end I used a mixture of Options and Composition API to get familiar with the two approaches. Next I would prefer to use Composition API because better logic reuse, more flexible code organization, better type inference, smaller production bundle and less overhead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgenywas%2Fmodnikky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevgenywas%2Fmodnikky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgenywas%2Fmodnikky/lists"}