ectuser / images-library

A small application to add favorite photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images

A small application to add favorite photos.

URL:

Demo

Images.app.mp4

Links:

Run app locally

  • install nodejs (v14.19.0 was used)
  • git clone git@github.com:ectuser/images-library.git
  • cd images-library
  • npm install
  • npm run start
  • go to http://localhost:4200/

Used technologies

  • Angular 14
  • Angular Material
  • ESLint, Prettier, Husky, lint-staged
  • serverless framework, AWS(S3, CloudFront) for deployment

Linting, testing

npm run lint for linting and npm run test:coverage for testing with coverage report

Open coverage/lcov-report/index.html for detailed report

Coverage report:

Screenshot 2022-08-10 014027

About

A small application to add favorite photos


Languages

Language:TypeScript 86.4%Language:JavaScript 7.0%Language:HTML 4.2%Language:SCSS 2.3%Language:Shell 0.1%