From 7b805c28b32fd99fa13e8f25770918dbb0518f4f Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Mon, 9 Oct 2017 14:10:55 -0400 Subject: [PATCH] Create README.md --- front-end/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 front-end/README.md diff --git a/front-end/README.md b/front-end/README.md new file mode 100644 index 00000000..66c62da8 --- /dev/null +++ b/front-end/README.md @@ -0,0 +1,19 @@ +Front-end Study Notes +== +Summarized notes on the various aspects of front-end interviews. + + +## Contents +- **[Accessibility](front-end/accessibility.md)** +- **[Browser](front-end/browser.md)** +- **[Caching](front-end/caching.md)** +- **[CSS](front-end/css.md)** +- **[Design](front-end/design.md)** +- **[DOM](front-end/dom.md)** +- **[HTML](front-end/html.md)** +- **[Interview Questions](front-end/interview-questions.md)** +- **[JavaScript](front-end/javascript.md)** +- **[Networking](front-end/networking.md)** +- **[Performance](front-end/performance.md)** +- **[Security](front-end/security.md)** +- **[Widgets](front-end/widgets.md)**