Giter VIP home page Giter VIP logo

shopping-cart's Introduction

Shoppy

Ecommerce store where fashion is taken to the next level. Live demo here.

Table of Contents

General Information

  • The objective of the project is to provide a template for future developments that may consume third party APIs.

Technologies and Techniques used

Planning and Design:

  • Since there is only one resource in the project, it was developmet partially with Scrum. The duration was 1 month splited in 2-week sprints.
  • The planning was done with the User Story Mapping technique, you can find the MVP map here.
  • The Wireframes implemented and to be on this project were build in Figma and can be found here.
  • The Entity Relationship Diagram (ERD) can be found here.
  • The internal project architecture was implemented following the concepts of the CLEAN Architecture.
  • Overal code documentation was done leveraging JSDocs.

Front-end:

Back-end:

  • This web app is consumming a third party open-source API called Fake Store API. It provides products for Ecommerce stores.
  • The API calls are performed with the Fetch API.
  • Part of the data provided from API was stored in case the Fake Store API goes down or out of service.

Testing:

  • Unit testing was done.
  • Test coverage is 25% and is increasing using Jest and react-testing-library is being used.
  • While testing, the project was run using the Chrome's Development Tools "Fast 3G" and "No Caching" options. So the app is ready for slow internet connections.

Features

  • View Landing Page โœ”
  • Search product by Category and by Name โœ”
  • View Product details โœ”
  • Add Product to the Shopping Cart โœ”
  • View and Interact with the Shopping Cart โœ”
  • View and Interact with the Check-out page โœ”
  • Sign-up and Logging ๐Ÿ”œ
  • Perform Check-out ๐Ÿ”œ
  • Follow-up on order delivery ๐Ÿ”œ
  • Provide feedback to the product ๐Ÿ”œ

Screenshots

Click on the image to enlarge.

Landing Page Landing Page responsive Store
Landing Page Landing Page Store

Setup

Clone this project by doing:

$ git clone https://github.com/pieroguerrero/shopping-cart.git

Then go to the folder you cloned the code and execure:

$ npm install

WARNING: If you are going to use other libraries to achieve other purposes be carefull and remove the caret (^) prefix that the dependency versions have.

Project Status

Project is: in progress

Room for Improvement

There are always room for improvement, in this project so far the thinkgs that can be improved are:

  • Move the Back-end to work with its own API services.
  • More Unit testing coverage.
  • Use Redux instead of the React Context API.

shopping-cart's People

Contributors

pieroguerrero avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.