Work on the Mmmarkdown project from the guild curiculum All the specs are broken down in details into 5 stages to follow https://github.com/LearnersGuild/curriculum/tree/master/Phases/Practice/Modules/Mmmarkdown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Weekly Goal | |
This week I intend on working on the Pizza Database Store. | |
## Specs | |
Product/User Stories | |
+ Can track all customers and any relevant customer information, including but not limited to... | |
- customer ID | |
- name | |
- username/login details | |
- delivery address(es) |
- Workin on the Snapshot: Dubuging Moduel from the Guild curriculum https://github.com/LearnersGuild/curriculum/blob/master/Phases/Practice/Modules/Snapshot-Debugging/README.md
- Going to the Home Page should let you see all the contacts
- Going to a contact detail page should show the full name of the contact
- Adding a contact should add a new contact in the database, and redirect to the created contact
- Clicking on the Delete link for a contact should delete the contact
- Searching for a contact should list all the contacts which match the search string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Make-a-Word challenge for the Learners Guild Enrollment Game: https://learnathon.learnersguild.org/"> | |
<meta charset="utf-8"> | |
<title>Make a Word</title> | |
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8"> | |
<style id="jsbin-css"> | |
body { |