https://github.com/ltossian/preppy
(v1.0) Preppy est une plateforme de quiz pour préparer mes camarades de 1ère année aux test techniques @HETIC.
https://github.com/ltossian/preppy
angular typescript
Last synced: about 1 year ago
JSON representation
(v1.0) Preppy est une plateforme de quiz pour préparer mes camarades de 1ère année aux test techniques @HETIC.
- Host: GitHub
- URL: https://github.com/ltossian/preppy
- Owner: LTOssian
- Created: 2023-06-07T14:10:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T19:07:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T18:47:25.173Z (over 1 year ago)
- Topics: angular, typescript
- Language: TypeScript
- Homepage:
- Size: 458 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preppy
The goal is to create a quiz application that displays a score at the end of each quiz.
## Users should be able to
- See all quizzes available
- Answer the questions one by one and see a source and an explanation when answered
- See their score at the end of the quiz as a percentage
## Stack
- HTML5
- CSS3
- TypeScript
- Angular
- Jasmine
## Screenshot

## Resources
- [Angular Documentation](https://angular.io/guide/component-overview)
- [Jasmine Documentation](https://jasmine.github.io/pages/docs_home.html)
- [Deborah Kurata's Channel](https://www.youtube.com/@deborah_kurata)