This is a simple web app where users can add and manage tasks in an organised manner.
The website has the following features to allow users plan their day:
- Sign In and Sign Up Page
- Tasks page that shows the following:
- Reminders - For tasks that are due soon
- Created Tasks and their due dates.
- In progress Tasks
- Done - Completed Tasks
- Profile Page - To allow users to view and change their account details.
- Create Task Page - To allow users to add new tasks
This project uses: - HTML - CSS - Bootstrap - Angular
- Install NodeJS and NPM.
- Git clone the project source code and compile it from https://github.com/Ultra-Techies/FrontEnd.git
- Run npm install from the command line to install all the required packages..
- To start the web app run npm start from the terminal.
- Npm start will automatically open a browser at http://localhost:4200.
- Creating a Sign Up Page
- Creating a Log In Page
- Create a Landing Page
- Create a Profile Page
- Create a New Task Page
- Automate Reminders
### Running unit tests
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.
- see LICENSE file
- Version 1.0 DATE 21/02/2022