Convictional-Engineering-Interview (Anjali Gupta)

Contributors Forks Stargazers Issues LinkedIn

Convictional Engineering Interview

Completed the API Coding Challenge for Convictional
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Assumptions
  4. Contact

About The Project

This project organizes data from a given API (https://my-json-server.typicode.com/convictional/engineering-interview-api/products).

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node ^14.17.6
  • Axios ^0.24.0
  • Express ^4.17.2
  • Cors ^2.8.5

Installation

  1. Clone the repo
    git clone https://github.com/anjalig21/Convictional-Engineering-Interview.git
  2. Make sure all the pre-requisites are installed
  3. Run the program on local host:5000!

(back to top)

Assumptions

  • Product's code was Id of product
  • Stock was the currency (amount)
  • Inventory Quantity is the number of inventory in a variant (which is always 1)

(back to top)

Contact

Anjali Gupta - anjaligta@outlook.com

Project Link: https://github.com/anjalig21/Sorting-Visualizer

(back to top)