ElevateTask is an Angular-based web application, built using Angular CLI 19.0.6. It follows modern best practices and is structured for scalability and maintainability.
✅ Modern UI with Tailwind CSS
✅ Component-based architecture
✅ Dynamic Routing with Angular Router
✅ Service-based API calls
✅ Fully Responsive Design
git clone https://github.com/yourusername/ElevateTask.git
cd ElevateTask
npm install
ng serve
Open your browser and navigate to
http://localhost:4200/
.
Generate a new component:
ng generate component component-name
For more schematics (components, directives, pipes, etc.), run:
ng generate --help
Generate a production-ready build:
ng build --configuration=production
The compiled files will be available in the
dist/
directory.
The application is deployed on Vercel. You can access it here: 🔗 Live Demo
To deploy manually using Vercel CLI:
vercel --prod
This project is licensed under the MIT License.
Made with ❤️ by Maher Samy