Skip to content

kims07231992/DotNetSurfer_Frontend

Repository files navigation

.NETSurfer Frontend

.NETSurfer Frontend is a blog type SPA web application using Angaulr 8.0 that communicates to .NETSurfer Backend API

Overview

Alt text

User Page(Desktop)

Alt text

User Page(Mobile)

Alt text

Admin Page

Alt text

Features

  • API based resource assess with API communciation
  • CRUD: create, update and remove topics and articles with API communication
  • Role based authentication with JWT
  • Consistent HttpResponse handling
  • Reponsive UI by using Flex Layout
  • Disqus comment
  • Client Friendly UI with Material UI
  • Lazy loading modules
  • SASS
  • Animations with ng-animate
  • Angular Pipes

Stacks

  • Angular 8.0
  • Angular Material 8.0
  • Flex Layout
  • ngx-disqus
  • ngx-quill
  • RxJS

Installation

npm install -g @angular/cli

Configuration

Connect your web application to backend server by setting proper values in environment.ts

Run

cd DotNetSurfer_Frontend
npm install
ng build        # run with environment.prod.ts
ng build --prod # run with environment.prod.ts
ng serve --open

http://localhost:4200

License

MIT

About

A blog type website based on Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published