An open API service indexing awesome lists of open source software.

https://github.com/prashantsinghgour/angular-interview-questionnaire

Angular Interview Questionnaire
https://github.com/prashantsinghgour/angular-interview-questionnaire

angular angular-interview-questions-app signals static-site-generation

Last synced: 3 months ago
JSON representation

Angular Interview Questionnaire

Awesome Lists containing this project

README

        

# Angular Interview Questionnaire 🚀

This is a Angular project, built with [Static Site Generation(SSG)](https://angular.dev/guide/prerendering#how-to-prerender-a-page), It generates the simple questions answers UI from the [Angular Question Bank](https://github.com/PrashantSinghGour/angular-questions-bank) which is a readme file convert the markdown into a deployed [website](https://angular-iq.web.app) (feel free to share with friends 🙂).

## Versions


Angular v17.3


Node v18.13

## Project setup

Clone the repository and run `npm install` to install project dependencies, followed by `npm run start` to start the project. By default, the project will be running at `http://localhost:4200/`.

⚠️ Make sure to run `npm run build` (not `ng build`) before creating a pull requests.

Contribute 🚀, raise the pull request 😉.