GithubHelp home page GithubHelp logo

eneajaho / dating-client Goto Github PK

View Code? Open in Web Editor NEW
37.0 4.0 11.0 4.4 MB

A dating application built on top of Angular, NGRX, Bootstrap and RxJS.

Home Page: https://dating-you.netlify.app/

License: MIT License

JavaScript 1.02% TypeScript 76.87% HTML 14.43% SCSS 7.65% Shell 0.03%
angular ngrx bootstrap rxjs realworld-frontend

dating-client's Introduction

DatingYou - Live app

CircleCI Netlify Status

A dating application built on top of Angular, NGRX, Bootstrap and RxJS.

Backend is built with .Net Core 3.1 . Check out here: DatingYou Backend.

How to run

  • Clone the repository
  • Install dependencies
  • Run application
git clone https://github.com/eneajaho/dating-client.git
npm install
ng serve -o

What's included

  • NGRX Store (eager & lazy loaded store modules)
  • Authentication & Authorization
  • CRUD & Pagination (server side)
  • Multiple layouts architecture
  • Light & Dark Mode
  • Image uploading

Main folder structure

.
├── core                      # Core folder includes global services, interceptors and other configs.
│   ├── configs
│   ├── guards
│   ├── interceptors
│   ├── models
│   └── services
├── layout                    # Layout Module manages navigation components, layouts and theme service.
│   ├── components
│   ├── containers
│   ├── services
│   └── layout.module.ts
├── pages                     # Pages is where lazy loaded and eager modules live
│   ├── auth
│   ├── settings
│   └── members
├── shared                    # Shared folder includes shared utilities in the app.
│   ├── components
│   ├── directives
│   ├── pipes
│   └── validators
├── store                     # Manages and initializes the Root Store Module (NGRX Store)
│   ├── effects
│   ├── reducers
│   └── root-store.module.ts
├── app.component.ts
├── app.module.ts
└── app-routing.module.ts

Feature modules folder structure (auth, members, settings etc.)

module
├── containers
├── components
├── services
├── guards
├── store
└── module.ts

Login in live app

- Username: lola | dorothy | duke
- Password: password

Todo

  • Likes functionality
  • Private messages (using SignalR) functionality
  • Add animations - 35%
  • SSR (Angular Universal)
  • Testing
    • Convert to Jest Testing
    • Remove Karma
    • Add tests
      • Test Store
        • Test Actions
        • Test Reducers
        • Test Effects
      • Test Components
      • Test Directives
      • Test Pipes
      • Test Services
      • Test Guards/Interceptors
  • Filter functionality
  • Stricter type checking
  • Upgrade to Angular 12

License: MIT

dating-client's People

Contributors

eneajaho avatar genijaho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dating-client's Issues

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.