Instead of running the code locally, you can use the deployed version of our project using the following link: https://mindmirror-d7385.web.app/login
Youtube: https://www.youtube.com/watch?v=tJYLt0vFI6Y
Google Drive https://drive.google.com/file/d/1Y1pDpOXsSq-P57nsJ7LjWLAOhro0RqGg/view?usp=sharing
This project was generated with Angular CLI version 16.2.3.
Angular CLI: 15.1.2
Node: 18.19.0
Package Manager: npm 10.2.3
OS: win32 x64
1- Clone the repository and open it in VSCode
2- Open the terminal and run the command npm i
3- Run the command ng s --o
4- The page will open automatically in your browser
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.