From 35b51673fefcee51fb24667c997b93e640dfcf7e Mon Sep 17 00:00:00 2001 From: Shubham Sharma <60926838+shubham763@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:44:22 +0530 Subject: [PATCH] Update README.md --- README.md | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 596f482..21c5c2d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,69 @@ -# JavaScript-from-Frontend-to-Backend -JavaScript from Frontend to Backend, published by Packt +# JavaScript from Frontend to Backend + +JavaScript from Frontend to Backend + +This is the code repository for [JavaScript from Frontend to Backend](https://www.packtpub.com/product/javascript-from-frontend-to-backend/9781801070317?utm_source=github&utm_medium=repository&utm_campaign=9781801070317), published by Packt. + +**Learn full stack JavaScript using the MEVN stack with quick and easy steps** + +## What is this book about? +JavaScript is the most widely used programming language in the world. It has numerous libraries and modules and a dizzying array of need-to-know topics. Picking a starting point can be difficult. Enter JavaScript from Frontend to Backend. This concise, practical guide will get you up to speed in next to no time. + +This book covers the following exciting features: +* Trigger deferred processing with JavaScript +* Implement Express and MongoDB with Node.js +* Build components with Vue.js +* Understand how to create and use modules with Node.js +* Familiarize yourself with npm + +If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1801070318) today! + + + + +## Instructions and Navigations +All of the code is organized into folders. For example, Chapter02. + +The code will look like the following: +``` +class Person { + firstname; + lastname; + age; +} +var p = new Person; +console.log(p); +``` + +**Following is what you need for this book:** + +This book is for JavaScript developers looking to strengthen their core JavaScript concepts and implement them in building full stack apps. Prior knowledge of HTML and CSS is a must. + +With the following software and hardware list you can run all code files present in the book (Chapter 1-9). + +### Software and Hardware List + +| Chapter | Software required | OS required | +| -------- | ------------------------------------| -----------------------------------| +| 1-9 | Vue.js | Windows, Mac OS, and Linux | +| 1-9 | Node.js | Windows, Mac OS, and Linux | + + + +We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://packt.link/xdibe). + + +### Related products +* Real-World Next.js [[Packt]](https://www.packtpub.com/product/real-world-next-js/9781801073493?_ga=2.111415620.171353042.1655976065-178114784.1602593722&utm_source=github&utm_medium=repository&utm_campaign=9781801073493) [[Amazon]](https://www.amazon.com/dp/180107349X) + +* JavaScript from Beginner to Professional [[Packt]](https://www.packtpub.com/product/javascript-from-beginner-to-professional/9781800562523?_ga=2.122427467.171353042.1655976065-178114784.1602593722&utm_source=github&utm_medium=repository&utm_campaign=9781800562523) [[Amazon]](https://www.amazon.com/dp/1800562527) + +## Get to Know the Author +**Eric Sarrion** +is a trainer, a developer, and an independent consultant. He has been involved in all kinds of IT projects for over 30 years. He is also a long-time author in web development technologies and is renowned for the clarity of his explanations and examples. + + + + +