I want to create a goal tracker where
- I can type in new goals
- View goals I am working on
- Mark goals as complete
- Keeps track of number of goals completed
GIVEN an Goal Tracker WHEN I enter in a new goal THEN it adds it to current goals WHEN I mark goal as complete THEN completion pop up window opens and tracks number of completed goals in completed goals field WHEN I revisit page THEN goals working on and goals completed number are saved
- Be deployed to GitHub Pages.
- Be interactive (i.e., accept and respond to user input).
- Use a CSS framework (see suggestions).
- Include at least one modal instead of native browser alert, confirm, or prompt functionality.
- Use client-side storage to store persistent data.
- Be responsive.
- Have a polished UI.
- Have a clean repository that meets quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
- Have a quality README (with unique name, description, technologies used, screenshot, and link to deployed application).
- Use local storage