Skip to content

SESL1-Team1/SESL1-Challenge-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

SESL1-Challenge-2

Challenge 2 of the SESL1 competition.

Task

Create a Task Tracker App.

  1. Create a task with a title, description, status (completed, in progress, etc.), and due date

  2. Edit and delete Tasks

  3. View all tasks, and sort by title, status, and due date

  4. Users can log in by entering their name and will only see their tasks. That means, I should be able to enter “Maya”, add tasks for Maya and only see Maya’s tasks when I enter that name, whenever I visit the Task Tracker App

As a user, I should be able to access my tasks from any device – that means, the data needs to be stored server-side.

Finally, please make the website look nice. While this is the least important part of our grading criteria, it’s something that recruiters will look at when they review your portfolios. So just make sure it looks presentable. The web app doesn’t need to be responsive or mobile friendly.

About

Challenge 2 of the SESL1 competition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published