Learnjoy is an Angular/Node.js application that empowers students to take personalized tests and evaluate their knowledge in an enjoyable and interactive way. This platform enhances the learning experience by making testing engaging and informative.
-
Personalized Quizzes: Students can create and take quizzes tailored to their learning needs and preferences.
-
Interactive UI: The application offers an intuitive and interactive user interface, making the quiz-taking process engaging and enjoyable.
-
Real-time Feedback: Instant feedback on quiz performance helps students identify areas for improvement and track their progress.
-
Gamified Experience: A gamified approach to quizzes encourages students to participate and stay motivated throughout the learning process.
-
Comprehensive Reporting: Detailed reports and performance analytics provide insights into strengths and weaknesses, enabling focused study strategies.
-
Angular: Frontend development using Angular framework for dynamic and responsive user interfaces.
-
Node.js: Backend development using Node.js to handle server-side logic and API interactions.
-
Express.js: Framework for building robust and scalable APIs to handle quiz data and user interactions.
-
MongoDB: Database to store quiz questions, user profiles, and quiz results.
-
Clone the repository:
git clone https://github.com/amethystcoder/learn.joy.git cd learn.joy
This project was generated with Angular CLI version 14.1.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.