Barata-Ribeiro / dio_angular_quizz

Quiz type course project developed during the Angular course from DIO.me

Home Page:https://dio-angular-quizz.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DioQuizz

🌐 Description

This course project was built during the Angular Course (Check my study repository) from DIO.me and consists of creating a simple BuzzFeed quiz-like. In this project, a fake data JSON file was provided containing questions, answers, and the results. A simple layout is then developed through componentization so, using everything learned through the course, we can iterate through the data and dynamically generate the components based on the number of questions and answers. The result is finally generated based on the number of answers given to either alias 'A' or 'B'; the one with more answers generates a component showing the data for either set alias.

πŸš€ Built With

πŸ› οΈ Project Setup

You'll need to have Node.js, npm, and the Angular CLI installed on your machine.

  1. Install Angular CLI:
npm install -g @angular/cli
  1. Clone the repository:
git clone https://github.com/Barata-Ribeiro/dio_angular_quizz.git
  1. Navigate to the project folder:
cd dio_angular_quizz
  1. Install dependencies:
npm install
  1. Start the local development server:
ng s -o

🀝 Contributing

Although this was a course project, if you want to increment on it, open up a pull request, and I'll check it out.

πŸ“œ License

This project is open source and available under the MIT License.

About

Quiz type course project developed during the Angular course from DIO.me

https://dio-angular-quizz.vercel.app

License:MIT License


Languages

Language:TypeScript 44.8%Language:CSS 30.2%Language:HTML 25.0%