Coder Social home page Coder Social logo

angular-quiz-maker's Introduction

Angular Quiz Maker

Project Setup

  1. Install necessary packages using npm install.
  2. Use ng serve --open to run the project locally.
  3. Use ng build --configuration=production to build the project for production.

Workspace Structure

/src/
  /app/
    /core/
      error-handler.service.ts
      quiz.service.ts
    /models/
      api.models.ts
      app.models.ts
    /pages/
      /quiz-page/
        /quiz-selection/
          quiz-selection.component.html|ts|scss
        quiz-page.component.html|ts|scss
      /quiz-results-page/
        quiz-results-page.component.html|ts|scss
    /shared/
      /button-wide/
        button-wide.component.html|ts|scss
      /question-list/
        question-list.component.html|ts|scss
      /question-list-item/
        question-list-item.component.html|ts|scss
      /question-answer/
        question-answer.component.html|ts|scss
      score-color.directive.ts
    /utils/
      sort.utils.ts
    app.component.html|ts|scss
    app.config.ts
    app.routes.ts
  /assets/
  /environments/
    environment.development.ts
    environment.ts
  favicon.ico
  index.html
  main.ts
  styles.scss

Known Issues

  • Refreshing a page will throw 404. This is a known issue of GitHub Pages, since it doesn't support front-end routes properly, unlike Netlify for example. To access the page, it's necessary to use the base URL: https://tomasbencko.github.io/angular-quiz-maker/.

angular-quiz-maker's People

Contributors

tomas-bencko 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.