ckane30691 / Camera-Shop

An angular app that receives data about cameras over http; let's you search and sort said data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CameraShop

splash page

Live Site

Site Features:

CameraShop is an Angular App that receives data via http and displays the results into a grid. It allows you to sort by name or SKU # and let's you search by product name.

Spotted a bug?

If you find a bug, please open an issue here.

Technologies Used:

  • Express - Simple backend server to host files
  • Angular - JS library for building user interfaces
  • RxJS - library for transforming, composing, and querying streams of data.
  • Angular in-memory-web-api - An in-memory web api for Angular demos and tests that emulates CRUD operations over a RESTy API.
  • TypeScript - Statically typed javascript
  • Heroku - Cloud platform that lets companies build, deliver, monitor and scale apps
  • AWS S3 Buckets - Cloud Service for serving images

Future Directions for CameraShop

  • Implement User Auth
  • Implement Checkouts
  • Implement Show Page for Cameras
  • Hit Amazon's Product API instead of serving static data from an endpoint

About

An angular app that receives data about cameras over http; let's you search and sort said data.


Languages

Language:TypeScript 71.8%Language:CSS 11.6%Language:JavaScript 10.1%Language:HTML 6.5%