Skip to content

Barata-Ribeiro/dio_angular_quizz

Repository files navigation

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.

Releases

No releases published

Packages

No packages published