Single Page Applications (SPA) are web pages where the server transmits only a single HTML outline.
Content is then dynamicaly filled through the use of server calls and div sections.
For the first task of this lab you will create a basic framework to support this style of web page. Part B
of the lab will involve utilizing Angular toadd dynamic operation.
Web development strongly benefits from consistent and clean directory structure. This lab will take
the previous structure, one folder per checkpoint, and expand upon it. For each checkpoint in this
lab image, scripts and stylesheets should be in their own directories. This basic structure has been
provided within the web_dev directory.
All HTML content for these pages should be in an index.html page:
Folder Structure
- -->images
- -->scripts
- -->styles
- index.html
As with previous checkpoints the html page should contain relevant link, author and Meta tags.
Meta tags should include:
Task Description
Using html tags and CSS create a close replica of the provided page:
Create a simple Task Tracker application using vanilla JavaScript, HTML, and CSS to perform
basic CRID operations on tasks.
Instructions:
- Setup Project Environment
- Create a new directory for your project.
- Set up basic HTML, CSS, and JavaScript files.
- Design the UI
- Create a simple and user-friendly interface with the following elements:
- An input field to add new tasks.
- A button to add the task.
- A list to display all tasks.
- Buttons to edit and delete tasks.
- Implement CRUD Operations
- Implement the following functionalities:
- Add Task: Add a new task to the list.
- Display Task: Display all tasks in the list.
- Update Task: Edit an existing task.
- Delete Task: Remove a task from the list.
- Test Application
- Test the application to ensure all CRUD operations work as expected.
- Document Application
- Provide brief documentation of the application, including setup instructions and a
description of the functionalities.Deliverables:
- Source code of the project.
- Documentation of the application.
- Screenshots or a video demonstration of the application.
Task4:Create the HTML and CSS cod needed to display an ordered list with a specific set of CSS effects. You must use the sameinformation and styling as below.
|
|