/inquizlit-frontend

inQuizlit is a full stack application created to allow users to post tech interview questions and then crowd source answers from other users. The answers are then sorted using Reddit's sorting algorithm.

Primary LanguageTypeScript

inQuizlit

inQuizlit is a full stack application created to allow users to post tech interview questions and then crowd source answers from other users. The answers are then sorted using Reddit's sorting algorithm.

Links

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • NPM - npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js.
  • Node.js - Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
  • Angular CLI - Angular is a TypeScript-based open-source front-end web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
  • Heroku - Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

Installing

A step by step series of examples that tell you how to get a development env running

  1. Install dependencies:
npm install
  1. Build the project:
ng build
  1. Run the server:
ng serve -o

Technologies

  • Angular - Angular is a TypeScript-based open-source front-end web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.
  • Bootstrap - Bootstrap is a free and open-source front-end framework for developing websites and web applications.

Contributing