Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eanplatter/html-assessment
building our todo app's interface.
https://github.com/eanplatter/html-assessment
Last synced: about 1 month ago
JSON representation
building our todo app's interface.
- Host: GitHub
- URL: https://github.com/eanplatter/html-assessment
- Owner: eanplatter
- Created: 2014-09-11T01:27:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T03:32:45.000Z (about 10 years ago)
- Last Synced: 2024-04-14T23:41:21.789Z (7 months ago)
- Language: CSS
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#listo
###HTML & CSS Assessment.
For this week's assessment we will be building the interface to a todo list app called **listo**.
listo is a neat todo list app that allows users to create multiple lists, and allows list items to move through a process of being **new**, **in progress**, and **archived**.
Follow the interface as closely as possible, as you will be critiqued on accuracy.
Fork this repo and clone it down into your computer. You will find your index.html and style.css files are included, along with a .png file of how the interface should look.
### You will need to:
- Set up and link your html and css files together
- Build the interface as it looks in the .png file
- commit your changes and push them to GitHub
No outside libraries are permitted for this project.