{"id":23307293,"url":"https://github.com/simonapiz/codecademystore","last_synced_at":"2026-05-06T20:31:24.197Z","repository":{"id":168287667,"uuid":"643951529","full_name":"SimonaPiz/CodecademyStore","owner":"SimonaPiz","description":"An Application that mimics Codecademy's own store.","archived":false,"fork":false,"pushed_at":"2023-05-22T14:37:06.000Z","size":814,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T06:23:56.034Z","etag":null,"topics":["codecademy-solutions","front-end-development","javascript","reactjs","redux-store"],"latest_commit_sha":null,"homepage":"https://codecademy-store_simonapiz.surge.sh/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimonaPiz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-22T13:49:38.000Z","updated_at":"2023-06-22T10:44:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d8114e5-63ca-468f-bbe6-f82072505365","html_url":"https://github.com/SimonaPiz/CodecademyStore","commit_stats":null,"previous_names":["simonapiz/codecademystore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonaPiz%2FCodecademyStore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonaPiz%2FCodecademyStore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonaPiz%2FCodecademyStore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonaPiz%2FCodecademyStore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonaPiz","download_url":"https://codeload.github.com/SimonaPiz/CodecademyStore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247574095,"owners_count":20960495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["codecademy-solutions","front-end-development","javascript","reactjs","redux-store"],"created_at":"2024-12-20T12:29:52.314Z","updated_at":"2026-05-06T20:31:19.175Z","avatar_url":"https://github.com/SimonaPiz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codecademy Store\n\u003e In this project, I build a program that mimics Codecademy’s own online store\n\nLive demo [codecademy-store_simonapiz](https://codecademy-store_simonapiz.surge.sh/). \u003c!-- If you have the project hosted somewhere, include the link here. --\u003e\n\n![shopping-cart-demo](https://github.com/SimonaPiz/CodecademyStore/assets/91121660/8111b6d8-afca-4f54-bbac-2f8a7dd3c48a)\n\n## Table of Contents\n* [General Info](#general-information)\n* [Technologies Used](#technologies-used)\n* [Features](#features)\n* [Setup](#setup)\n* [Acknowledgements](#acknowledgements)\n\n## General Information\n### Purpose\nUse the entire process of REDUX to making action creators, setting up a slice reducer, creating the store object, and plugging in the store data into React components.\n\n## Features\nThe application :\n- should display products from the Codecademy store \n- allow the user to add them to their cart. \n\n![image](https://github.com/SimonaPiz/CodecademyStore/assets/91121660/c2883785-8c7e-473e-bc5c-d560d70007eb)\n\nIn the cart:\n- the user can adjust the quantity of each item \n\n![image](https://github.com/SimonaPiz/CodecademyStore/assets/91121660/2e327a3c-3e2f-42a2-a5b2-4da2d91c49b6)\n\n- the running total will be displayed at the bottom.\n\n![image](https://github.com/SimonaPiz/CodecademyStore/assets/91121660/64bce8a2-96b5-47fa-b597-ddc0253b0191)\n\nLastly:\n- the user can choose the currency for the entire application.\n\n![image](https://github.com/SimonaPiz/CodecademyStore/assets/91121660/d6c5a56e-769e-4bac-95f7-e12fc263a30b)\n\n### Project tasks\n\n- complete the cart’s action creators and reducer logic\n- create the `store` using `createStore()` and `combineReducers()`\n- pass the `store` resources to presentational components via the top-level `\u003cApp/\u003e` component\n- render the `\u003cCart/\u003e` component using the current state data\n- dispatch actions to the `store`\n- **bonus:** Add a search feature to filter the products shown in the inventory.\n\n## Technologies Used\n- Node - version 18\n- React - version 18\n- Redux - version 4\n\n## Setup\nTo run this project, install it locally using npm:\n```\n$ cd ../[directory]\n$ npm install\n$ npm start\n```\n\n## Acknowledgements\nThis project comes from the [Codecademy's Front-End Engineer](https://join.codecademy.com/learn/paths/front-end-engineer-career-path-b/) course.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonapiz%2Fcodecademystore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonapiz%2Fcodecademystore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonapiz%2Fcodecademystore/lists"}