Skip to content

Commit

Permalink
Updated readme for Wrap up, and fixed bug in Part 15 on displaying da…
Browse files Browse the repository at this point in the history
…tes for new links
  • Loading branch information
jamesqquick committed Jan 6, 2018
1 parent b42a934 commit ebdf551
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Part-15/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ submitButton.addEventListener('click', (event) => {
const newLink = {
title,
url,
categories
categories,
date: new Date()
}

if (editIndex === -1) {
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@ In this video, we will clean up our application a bit by correctly displaying th

[Go to the video]()

### References

- [Jquery](https://jquery.com/)
- [Bootstrap](https://getbootstrap.com/)
- [Angular vs React vs Vue](https://medium.com/unicorn-supplies/angular-vs-react-vs-vue-a-2017-comparison-c5c52d620176)
- [Best Javascript Frameworks, Libraries, and Tools to Use in 2017](https://www.sitepoint.com/top-javascript-frameworks-libraries-tools-use/)
- [Top Javascript Framework Topics to Learn in 2017](https://medium.com/javascript-scene/top-javascript-frameworks-topics-to-learn-in-2017-700a397b711)

In this video, we will reflect on everything that we've covered, which is a lot! We've taken at least an intermediate dive in HTML, CSS, and Javascript. We've focused on the core aspects of Web Development, skills that will take you far. No matter what framework or library you use in the future, you now have a better understanding of how they work and what they are taking care of for you.

## Bonus Topics??
Expand Down

0 comments on commit ebdf551

Please sign in to comment.