The MyEdu project is a responsive and functional web app built using Angular, Ionic, and Capacitor. It Allows users to subscribe to a monthly surprise box for their child. It consists of two main pages:
Home Page:
Subscription Page:
Ensure you have the following tools installed on your system:
git clone <repository-url>
cd myedu
npm install
ionic serve
To run tests, use the following command:
ng test
The project was initialized using the following command:
ionic start myedu blank --type=angular
choose
standalone
The app creation wizard was not used.
A GitHub repository was set up, and meaningful commit messages were used throughout development.
install tailwind
ng add ngx-tailwind
add tailwind config in global.scss
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
add components needed.
ionic generate component shared/header --standalone
ionic generate component subscribe --standalone
testing
ng test
The project can be accessed at: GitHub Repository Link
Author: [Roqaya Mourad]
Email: [roqayamourad@gmail.com]