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
- Host: GitHub
- URL: https://github.com/prashantsinghgour/angular-interview-questionnaire
- Owner: PrashantSinghGour
- Created: 2024-04-19T15:50:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:55:48.000Z (about 1 year ago)
- Last Synced: 2024-05-06T10:35:07.458Z (about 1 year ago)
- Topics: angular, angular-interview-questions-app, signals, static-site-generation
- Language: HTML
- Homepage: https://angular-iq.web.app/
- Size: 2.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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 😉.