Git Product home page Git Product logo

space-ex-launcher's Introduction

space-ex-launcher

Space Ex Launcher to list and filter through all launches done under the space ex launcher program.

Tools used for development

VScode editor

Prettier extension for code formating

js docs for code documentation̦

jasmine and karma for unit testing

Heroku for code deployment

Prerequisites

npm version 6.13.4
node version 10.19.0
angular cli version 9.1.12

Install

npm install

Usage

For using with SSR

npm run build

npm run start

For using with-out SSR

ng serve

npm build --prod

Run unit test

Run ng test to execute the unit tests via Karma.

Run ng test --code-coverage

Run e2e test

Run ng run e2e to execute the end-to-end integration tests via Cypress.io

Goals Achieved by using Best practices are

  • Server side rendering ahead of time while build creation

  • Test Driven Development by writing Unit test cases for Components

  • Atomic design by breaking down the complete design into small components

    Application Main Module is Home which consist HomeComponent and Child Components as Header, Footer, Filter-bar, Program-card

  • uses HTML Semantic Tags

  • Used SCSS for writing style scripts

    uses mixins, functions, partials etc.,

  • Custom Grid system

    Created custom 12 column grid system using Flex-box, BEM methodology and Media Query with SCSS known as sp-grid which consist of following

    container, container-fluid
    container__row

    grid break point as
    xs - 0
    sm - 576
    md - 700
    lg - 1024
    xl - 1440
    eg :- container__col-md-12

  • Added Image Lazy loading which significantly improves the performance of application on both mobile and desktop devices

  • Added robots.txt and sitemap.xml for better search engine visibility which helps in crawling the pages on Web

Light house performance metrics

Author

Prashant Kumar Singh

space-ex-launcher's People

Contributors

prashant-kumar-masand avatar

Watchers

 avatar

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.