├── 1. HTML ├── 1.Getting-Started │ └── index.html ├── 10.Semantic-IMDb │ └── index.html ├── 11.Shopping-or-holiday │ └── index.html ├── 12.Semantic-Navbar-&-Images │ └── index.html ├── 13.Portfolio-Page │ └── index.html ├── 14.HTML-and-CSS-Level-1-Projects │ ├── README.md │ ├── index.html │ ├── myself.jpg │ ├── pic.jpg │ └── style.css ├── 15.Semantic-Tables-&-Media │ └── index.html ├── 16.Basic-HTML-Tables │ └── index.html ├── 17.IPL-Table-(with-fetch) │ ├── index.html │ ├── script.js │ └── style.css ├── 18.Myntra-Size-Chart │ └── index.html ├── 19.Dog-Adoption-Application │ ├── index.html │ └── style.css ├── 2.Why-Software │ └── index.html ├── 20.Favourite-Animal │ └── index.html ├── 21.Signup-Form-Car │ └── index.html ├── 22.Job-App-Form │ └── index.html ├── 23.Dynamic-CSS-Frontend │ ├── index.html │ ├── script.js │ └── style.css ├── 24.Car-Insurance-Form │ ├── index.html │ └── style.css ├── 25.HTML-Feedback-Form │ └── index.html ├── 26.Bootstrap-Buttons │ └── index.html ├── 27.Room-Makeover │ └── index.html ├── 28.Beautiful-IMDb │ ├── index.html │ └── style.css ├── 29.CSS-Selector │ └── ReadMe.md ├── 3.Favourite-Song │ └── index.html ├── 30.Responsive-Resume-using-CSS-Grid │ ├── README.md │ ├── assets │ │ ├── favicon_io │ │ │ ├── about.txt │ │ │ ├── android-chrome-192x192.png │ │ │ ├── android-chrome-512x512.png │ │ │ ├── apple-touch-icon.png │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ ├── favicon.ico │ │ │ └── site.webmanifest │ │ └── images │ │ │ └── profile.jpg │ ├── index.html │ └── style.css ├── 31.Hover-Button │ ├── index.html │ └── style.css ├── 32.Flexbox-Froggy │ └── README.md ├── 33.CSS-Grid-Garden │ └── README.md ├── 34.Place-the-item-2 │ ├── index.html │ └── style.css ├── 35.Place-item-in-center │ └── index.html ├── 36.Frontend-Subscription │ ├── index.html │ └── style.css ├── 37.Frontend-Coming-Soon-Page │ ├── index.html │ └── style.css ├── 38.Place-the-item-1 │ └── index.html ├── 39.Place-the-item-3 │ └── index.html ├── 4.Hello-Newton-School │ └── index.html ├── 40.Place-the-item-in-grid-(CSS) │ └── index.html ├── 41.Youtube-Likes │ ├── index.html │ ├── script.js │ └── style.css ├── 42.HTML-CSS-Level-2-Project │ ├── .vscode │ │ └── settings.json │ ├── App.js │ ├── README.md │ ├── images │ │ ├── favicon-32x32.png │ │ ├── icon-luxury.svg │ │ ├── icon-sedans.svg │ │ └── icon-suvs.svg │ ├── index.html │ └── styles.css ├── 43.Shopping-Cart │ ├── index.html │ ├── script.js │ └── style.css ├── 44.Bomberman-2 │ ├── index.html │ ├── script.js │ └── style.css ├── 45.Grofers-Checkout │ ├── index.html │ ├── script.js │ └── style.css ├── 46.Peek-a-boo │ ├── index.html │ ├── script.js │ └── style.css ├── 47.Sum-Calculator │ ├── index.html │ ├── script.js │ └── style.css ├── 48.Hot-or-Cold_Part-1 │ ├── index.html │ ├── script.js │ └── style.css ├── 49.Dark-Theme │ ├── index.html │ ├── script.js │ └── style.css ├── 5.Block-or-Inline │ └── index.html ├── 50.Rotation │ ├── index.html │ ├── script.js │ └── style.css ├── 51.Grocery list │ ├── index.html │ ├── script.js │ └── style.css ├── 52.I'm not a robot │ ├── index.html │ ├── script.js │ └── style.css ├── 53.Infinite-Twitter-News-Feed copy │ ├── index.html │ ├── script.js │ └── style.css ├── 54.Calculator │ ├── index.html │ ├── script.js │ └── style.css ├── 55.JS-Form-Validation-1 │ ├── index.html │ ├── script.js │ └── style.css ├── 56.Sharable-URLs │ ├── index.html │ └── script.js ├── 57.Movie-Booking-JS │ ├── .vscode │ │ └── settings.json │ ├── api.js │ ├── app.css │ ├── app.js │ ├── assets │ │ └── image │ │ │ ├── Bad_Boys.jpg │ │ │ ├── Man_of_Steel.jpg │ │ │ ├── Spider-Man_No_Way_Home.jpg │ │ │ ├── The_Marvels.jpeg │ │ │ └── Thor.jpg │ ├── index.html │ └── readme.md ├── 58.Better-Instagram │ ├── index.html │ ├── script.js │ └── style.css ├── 59.Asian-Paints │ ├── index.html │ ├── script.js │ └── style.css ├── 6.Semantic-Navbar-&-Videos │ └── index.html ├── 60.Js Error Handling │ ├── index.html │ ├── script.js │ └── style.css ├── 61.Tip-Calculator │ ├── index.html │ ├── script.js │ └── style.css ├── 62.GRE Essay Tool │ ├── index.html │ ├── script.js │ └── style.css ├── 63.Minesweeper │ ├── index.html │ ├── script.js │ └── style.css ├── 64.Deck-of-Cards │ ├── index.html │ ├── script.js │ └── style.css ├── 65.Rock Paper Scissors │ ├── index.html │ ├── script.js │ └── style.css ├── 66.Search through the Bill │ ├── index.html │ ├── script.js │ └── style.css ├── 67.Bubble-Sort-Visualizer │ ├── index.html │ ├── script.js │ └── style.css ├── 69.Word-Highlighter-JS │ ├── index.html │ ├── script.js │ └── style.css ├── 7.Semantic-Navbar-&-Audios │ └── index.html ├── 72.TODO-List │ ├── index.html │ ├── script.js │ └── style.css ├── 77.Stopwatch │ ├── index.html │ ├── script.js │ └── style.css ├── 8.HTML-CSS-Mini-Project │ ├── README.md │ ├── index.html │ ├── pic.jpg │ └── styles.css ├── 9.Dog-Adoption │ └── index.html └── JavaScript-Problems │ ├── 27.Pattern-Printing │ └── pattern.java │ └── 28.Pattern-Making │ └── pattern.java ├── 2. React.JS ├── Amazon-Prime │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── data.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Button-Action-with-Class-Coponent │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Class-Inheritance--ES6 │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ ├── circle.js │ │ │ └── shape.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Debugging-Challenge-Keywords │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Digital-Clock │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Event-Handler--1 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Event-Handler--2 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Event-Handler--3 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Event-Handler--4 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Event-Handler--5 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Greetings-with-Props │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ ├── App.js │ │ │ └── Welcome.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Holiday-List │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Import-Export-React │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── junit.xml │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ ├── App.js │ │ │ ├── Heading.js │ │ │ ├── InputQuery.js │ │ │ ├── SubHeading.js │ │ │ └── SubmitButton.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Paint-App-Colour-Picker │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── image1.png │ ├── image2.png │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ ├── App.js │ │ │ ├── ColourSelector.js │ │ │ └── Selection.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ ├── App.css │ │ │ └── Child.css │ └── webpack.config.js ├── React-Array-As-Props---What-Are-Components │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Component-on-DOM-Node │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Lifecycle---1 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Lifecycle---2 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Lifecycle---3 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Lifecycle---4 │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── React-Router-easy │ ├── .babelrc │ ├── .gitignore │ ├── .newton.config │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── src │ │ ├── AppRoutes.js │ │ ├── Pages │ │ │ ├── Home.js │ │ │ ├── Index.js │ │ │ └── NotFound.js │ │ ├── components │ │ │ ├── App.js │ │ │ └── NavBar.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Relatives-List-React │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Render-React-Component │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js ├── Todo-List-React │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ │ └── CSSStub.js │ ├── dist │ │ ├── index.html │ │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ │ ├── .DS_Store │ │ ├── components │ │ │ └── App.js │ │ ├── index.html │ │ ├── index.js │ │ └── styles │ │ │ └── App.css │ └── webpack.config.js └── Youtube-liker │ ├── .DS_Store │ ├── .babelrc │ ├── .gitignore │ ├── README.md │ ├── config │ └── CSSStub.js │ ├── dist │ ├── index.html │ └── index_bundle.js │ ├── package-lock.json │ ├── package.json │ ├── parser.js │ ├── src │ ├── .DS_Store │ ├── components │ │ └── App.js │ ├── index.html │ ├── index.js │ └── styles │ │ └── App.css │ └── webpack.config.js └── README.md /1. HTML/1.Getting-Started/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/1.Getting-Started/index.html -------------------------------------------------------------------------------- /1. HTML/10.Semantic-IMDb/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/10.Semantic-IMDb/index.html -------------------------------------------------------------------------------- /1. HTML/11.Shopping-or-holiday/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/11.Shopping-or-holiday/index.html -------------------------------------------------------------------------------- /1. HTML/12.Semantic-Navbar-&-Images/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/12.Semantic-Navbar-&-Images/index.html -------------------------------------------------------------------------------- /1. HTML/13.Portfolio-Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/13.Portfolio-Page/index.html -------------------------------------------------------------------------------- /1. HTML/14.HTML-and-CSS-Level-1-Projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/14.HTML-and-CSS-Level-1-Projects/README.md -------------------------------------------------------------------------------- /1. HTML/14.HTML-and-CSS-Level-1-Projects/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/14.HTML-and-CSS-Level-1-Projects/index.html -------------------------------------------------------------------------------- /1. HTML/14.HTML-and-CSS-Level-1-Projects/myself.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/14.HTML-and-CSS-Level-1-Projects/myself.jpg -------------------------------------------------------------------------------- /1. HTML/14.HTML-and-CSS-Level-1-Projects/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/14.HTML-and-CSS-Level-1-Projects/pic.jpg -------------------------------------------------------------------------------- /1. HTML/14.HTML-and-CSS-Level-1-Projects/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/14.HTML-and-CSS-Level-1-Projects/style.css -------------------------------------------------------------------------------- /1. HTML/15.Semantic-Tables-&-Media/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/15.Semantic-Tables-&-Media/index.html -------------------------------------------------------------------------------- /1. HTML/16.Basic-HTML-Tables/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/16.Basic-HTML-Tables/index.html -------------------------------------------------------------------------------- /1. HTML/17.IPL-Table-(with-fetch)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/17.IPL-Table-(with-fetch)/index.html -------------------------------------------------------------------------------- /1. HTML/17.IPL-Table-(with-fetch)/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/17.IPL-Table-(with-fetch)/script.js -------------------------------------------------------------------------------- /1. HTML/17.IPL-Table-(with-fetch)/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/17.IPL-Table-(with-fetch)/style.css -------------------------------------------------------------------------------- /1. HTML/18.Myntra-Size-Chart/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/18.Myntra-Size-Chart/index.html -------------------------------------------------------------------------------- /1. HTML/19.Dog-Adoption-Application/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/19.Dog-Adoption-Application/index.html -------------------------------------------------------------------------------- /1. HTML/19.Dog-Adoption-Application/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/2.Why-Software/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/2.Why-Software/index.html -------------------------------------------------------------------------------- /1. HTML/20.Favourite-Animal/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/20.Favourite-Animal/index.html -------------------------------------------------------------------------------- /1. HTML/21.Signup-Form-Car/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/21.Signup-Form-Car/index.html -------------------------------------------------------------------------------- /1. HTML/22.Job-App-Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/22.Job-App-Form/index.html -------------------------------------------------------------------------------- /1. HTML/23.Dynamic-CSS-Frontend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/23.Dynamic-CSS-Frontend/index.html -------------------------------------------------------------------------------- /1. HTML/23.Dynamic-CSS-Frontend/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/23.Dynamic-CSS-Frontend/script.js -------------------------------------------------------------------------------- /1. HTML/23.Dynamic-CSS-Frontend/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/23.Dynamic-CSS-Frontend/style.css -------------------------------------------------------------------------------- /1. HTML/24.Car-Insurance-Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/24.Car-Insurance-Form/index.html -------------------------------------------------------------------------------- /1. HTML/24.Car-Insurance-Form/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/25.HTML-Feedback-Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/25.HTML-Feedback-Form/index.html -------------------------------------------------------------------------------- /1. HTML/26.Bootstrap-Buttons/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/26.Bootstrap-Buttons/index.html -------------------------------------------------------------------------------- /1. HTML/27.Room-Makeover/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/27.Room-Makeover/index.html -------------------------------------------------------------------------------- /1. HTML/28.Beautiful-IMDb/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/28.Beautiful-IMDb/index.html -------------------------------------------------------------------------------- /1. HTML/28.Beautiful-IMDb/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/28.Beautiful-IMDb/style.css -------------------------------------------------------------------------------- /1. HTML/29.CSS-Selector/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/29.CSS-Selector/ReadMe.md -------------------------------------------------------------------------------- /1. HTML/3.Favourite-Song/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/3.Favourite-Song/index.html -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/README.md -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/about.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/about.txt -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/android-chrome-192x192.png -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/android-chrome-512x512.png -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/apple-touch-icon.png -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon-16x16.png -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon-32x32.png -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/favicon.ico -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/site.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/favicon_io/site.webmanifest -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/images/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/assets/images/profile.jpg -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/index.html -------------------------------------------------------------------------------- /1. HTML/30.Responsive-Resume-using-CSS-Grid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/30.Responsive-Resume-using-CSS-Grid/style.css -------------------------------------------------------------------------------- /1. HTML/31.Hover-Button/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/31.Hover-Button/index.html -------------------------------------------------------------------------------- /1. HTML/31.Hover-Button/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/31.Hover-Button/style.css -------------------------------------------------------------------------------- /1. HTML/32.Flexbox-Froggy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/32.Flexbox-Froggy/README.md -------------------------------------------------------------------------------- /1. HTML/33.CSS-Grid-Garden/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/33.CSS-Grid-Garden/README.md -------------------------------------------------------------------------------- /1. HTML/34.Place-the-item-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/34.Place-the-item-2/index.html -------------------------------------------------------------------------------- /1. HTML/34.Place-the-item-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/34.Place-the-item-2/style.css -------------------------------------------------------------------------------- /1. HTML/35.Place-item-in-center/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/35.Place-item-in-center/index.html -------------------------------------------------------------------------------- /1. HTML/36.Frontend-Subscription/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/36.Frontend-Subscription/index.html -------------------------------------------------------------------------------- /1. HTML/36.Frontend-Subscription/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/36.Frontend-Subscription/style.css -------------------------------------------------------------------------------- /1. HTML/37.Frontend-Coming-Soon-Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/37.Frontend-Coming-Soon-Page/index.html -------------------------------------------------------------------------------- /1. HTML/37.Frontend-Coming-Soon-Page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/37.Frontend-Coming-Soon-Page/style.css -------------------------------------------------------------------------------- /1. HTML/38.Place-the-item-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/38.Place-the-item-1/index.html -------------------------------------------------------------------------------- /1. HTML/39.Place-the-item-3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/39.Place-the-item-3/index.html -------------------------------------------------------------------------------- /1. HTML/4.Hello-Newton-School/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/4.Hello-Newton-School/index.html -------------------------------------------------------------------------------- /1. HTML/40.Place-the-item-in-grid-(CSS)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/40.Place-the-item-in-grid-(CSS)/index.html -------------------------------------------------------------------------------- /1. HTML/41.Youtube-Likes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/41.Youtube-Likes/index.html -------------------------------------------------------------------------------- /1. HTML/41.Youtube-Likes/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/41.Youtube-Likes/script.js -------------------------------------------------------------------------------- /1. HTML/41.Youtube-Likes/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/App.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/README.md -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/images/favicon-32x32.png -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/images/icon-luxury.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/images/icon-luxury.svg -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/images/icon-sedans.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/images/icon-sedans.svg -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/images/icon-suvs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/images/icon-suvs.svg -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/index.html -------------------------------------------------------------------------------- /1. HTML/42.HTML-CSS-Level-2-Project/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/42.HTML-CSS-Level-2-Project/styles.css -------------------------------------------------------------------------------- /1. HTML/43.Shopping-Cart/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/43.Shopping-Cart/index.html -------------------------------------------------------------------------------- /1. HTML/43.Shopping-Cart/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/43.Shopping-Cart/script.js -------------------------------------------------------------------------------- /1. HTML/43.Shopping-Cart/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/44.Bomberman-2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/44.Bomberman-2/index.html -------------------------------------------------------------------------------- /1. HTML/44.Bomberman-2/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/44.Bomberman-2/script.js -------------------------------------------------------------------------------- /1. HTML/44.Bomberman-2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/44.Bomberman-2/style.css -------------------------------------------------------------------------------- /1. HTML/45.Grofers-Checkout/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/45.Grofers-Checkout/index.html -------------------------------------------------------------------------------- /1. HTML/45.Grofers-Checkout/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/45.Grofers-Checkout/script.js -------------------------------------------------------------------------------- /1. HTML/45.Grofers-Checkout/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/46.Peek-a-boo/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/46.Peek-a-boo/index.html -------------------------------------------------------------------------------- /1. HTML/46.Peek-a-boo/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/46.Peek-a-boo/script.js -------------------------------------------------------------------------------- /1. HTML/46.Peek-a-boo/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/47.Sum-Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/47.Sum-Calculator/index.html -------------------------------------------------------------------------------- /1. HTML/47.Sum-Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/47.Sum-Calculator/script.js -------------------------------------------------------------------------------- /1. HTML/47.Sum-Calculator/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/48.Hot-or-Cold_Part-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/48.Hot-or-Cold_Part-1/index.html -------------------------------------------------------------------------------- /1. HTML/48.Hot-or-Cold_Part-1/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/48.Hot-or-Cold_Part-1/script.js -------------------------------------------------------------------------------- /1. HTML/48.Hot-or-Cold_Part-1/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/49.Dark-Theme/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/49.Dark-Theme/index.html -------------------------------------------------------------------------------- /1. HTML/49.Dark-Theme/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/49.Dark-Theme/script.js -------------------------------------------------------------------------------- /1. HTML/49.Dark-Theme/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/49.Dark-Theme/style.css -------------------------------------------------------------------------------- /1. HTML/5.Block-or-Inline/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/5.Block-or-Inline/index.html -------------------------------------------------------------------------------- /1. HTML/50.Rotation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/50.Rotation/index.html -------------------------------------------------------------------------------- /1. HTML/50.Rotation/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/50.Rotation/script.js -------------------------------------------------------------------------------- /1. HTML/50.Rotation/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/50.Rotation/style.css -------------------------------------------------------------------------------- /1. HTML/51.Grocery list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/51.Grocery list/index.html -------------------------------------------------------------------------------- /1. HTML/51.Grocery list/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/51.Grocery list/script.js -------------------------------------------------------------------------------- /1. HTML/51.Grocery list/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/52.I'm not a robot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/52.I'm not a robot/index.html -------------------------------------------------------------------------------- /1. HTML/52.I'm not a robot/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/52.I'm not a robot/script.js -------------------------------------------------------------------------------- /1. HTML/52.I'm not a robot/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/53.Infinite-Twitter-News-Feed copy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/53.Infinite-Twitter-News-Feed copy/index.html -------------------------------------------------------------------------------- /1. HTML/53.Infinite-Twitter-News-Feed copy/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/53.Infinite-Twitter-News-Feed copy/script.js -------------------------------------------------------------------------------- /1. HTML/53.Infinite-Twitter-News-Feed copy/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/54.Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/54.Calculator/index.html -------------------------------------------------------------------------------- /1. HTML/54.Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/54.Calculator/script.js -------------------------------------------------------------------------------- /1. HTML/54.Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/54.Calculator/style.css -------------------------------------------------------------------------------- /1. HTML/55.JS-Form-Validation-1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/55.JS-Form-Validation-1/index.html -------------------------------------------------------------------------------- /1. HTML/55.JS-Form-Validation-1/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/55.JS-Form-Validation-1/script.js -------------------------------------------------------------------------------- /1. HTML/55.JS-Form-Validation-1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/55.JS-Form-Validation-1/style.css -------------------------------------------------------------------------------- /1. HTML/56.Sharable-URLs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/56.Sharable-URLs/index.html -------------------------------------------------------------------------------- /1. HTML/56.Sharable-URLs/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/56.Sharable-URLs/script.js -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/api.js -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/app.css -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/app.js -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/assets/image/Bad_Boys.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/assets/image/Bad_Boys.jpg -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/assets/image/Man_of_Steel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/assets/image/Man_of_Steel.jpg -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/assets/image/Spider-Man_No_Way_Home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/assets/image/Spider-Man_No_Way_Home.jpg -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/assets/image/The_Marvels.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/assets/image/The_Marvels.jpeg -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/assets/image/Thor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/assets/image/Thor.jpg -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/index.html -------------------------------------------------------------------------------- /1. HTML/57.Movie-Booking-JS/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/57.Movie-Booking-JS/readme.md -------------------------------------------------------------------------------- /1. HTML/58.Better-Instagram/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/58.Better-Instagram/index.html -------------------------------------------------------------------------------- /1. HTML/58.Better-Instagram/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/58.Better-Instagram/script.js -------------------------------------------------------------------------------- /1. HTML/58.Better-Instagram/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/58.Better-Instagram/style.css -------------------------------------------------------------------------------- /1. HTML/59.Asian-Paints/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/59.Asian-Paints/index.html -------------------------------------------------------------------------------- /1. HTML/59.Asian-Paints/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/59.Asian-Paints/script.js -------------------------------------------------------------------------------- /1. HTML/59.Asian-Paints/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/59.Asian-Paints/style.css -------------------------------------------------------------------------------- /1. HTML/6.Semantic-Navbar-&-Videos/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/6.Semantic-Navbar-&-Videos/index.html -------------------------------------------------------------------------------- /1. HTML/60.Js Error Handling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/60.Js Error Handling/index.html -------------------------------------------------------------------------------- /1. HTML/60.Js Error Handling/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/60.Js Error Handling/script.js -------------------------------------------------------------------------------- /1. HTML/60.Js Error Handling/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/61.Tip-Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/61.Tip-Calculator/index.html -------------------------------------------------------------------------------- /1. HTML/61.Tip-Calculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/61.Tip-Calculator/script.js -------------------------------------------------------------------------------- /1. HTML/61.Tip-Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/61.Tip-Calculator/style.css -------------------------------------------------------------------------------- /1. HTML/62.GRE Essay Tool/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/62.GRE Essay Tool/index.html -------------------------------------------------------------------------------- /1. HTML/62.GRE Essay Tool/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/62.GRE Essay Tool/script.js -------------------------------------------------------------------------------- /1. HTML/62.GRE Essay Tool/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/63.Minesweeper/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/63.Minesweeper/index.html -------------------------------------------------------------------------------- /1. HTML/63.Minesweeper/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/63.Minesweeper/script.js -------------------------------------------------------------------------------- /1. HTML/63.Minesweeper/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/63.Minesweeper/style.css -------------------------------------------------------------------------------- /1. HTML/64.Deck-of-Cards/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/64.Deck-of-Cards/index.html -------------------------------------------------------------------------------- /1. HTML/64.Deck-of-Cards/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/64.Deck-of-Cards/script.js -------------------------------------------------------------------------------- /1. HTML/64.Deck-of-Cards/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/64.Deck-of-Cards/style.css -------------------------------------------------------------------------------- /1. HTML/65.Rock Paper Scissors/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/65.Rock Paper Scissors/index.html -------------------------------------------------------------------------------- /1. HTML/65.Rock Paper Scissors/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/65.Rock Paper Scissors/script.js -------------------------------------------------------------------------------- /1. HTML/65.Rock Paper Scissors/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /1. HTML/66.Search through the Bill/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/66.Search through the Bill/index.html -------------------------------------------------------------------------------- /1. HTML/66.Search through the Bill/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/66.Search through the Bill/script.js -------------------------------------------------------------------------------- /1. HTML/66.Search through the Bill/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/66.Search through the Bill/style.css -------------------------------------------------------------------------------- /1. HTML/67.Bubble-Sort-Visualizer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/67.Bubble-Sort-Visualizer/index.html -------------------------------------------------------------------------------- /1. HTML/67.Bubble-Sort-Visualizer/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/67.Bubble-Sort-Visualizer/script.js -------------------------------------------------------------------------------- /1. HTML/67.Bubble-Sort-Visualizer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/67.Bubble-Sort-Visualizer/style.css -------------------------------------------------------------------------------- /1. HTML/69.Word-Highlighter-JS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/69.Word-Highlighter-JS/index.html -------------------------------------------------------------------------------- /1. HTML/69.Word-Highlighter-JS/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/69.Word-Highlighter-JS/script.js -------------------------------------------------------------------------------- /1. HTML/69.Word-Highlighter-JS/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/69.Word-Highlighter-JS/style.css -------------------------------------------------------------------------------- /1. HTML/7.Semantic-Navbar-&-Audios/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/7.Semantic-Navbar-&-Audios/index.html -------------------------------------------------------------------------------- /1. HTML/72.TODO-List/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/72.TODO-List/index.html -------------------------------------------------------------------------------- /1. HTML/72.TODO-List/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/72.TODO-List/script.js -------------------------------------------------------------------------------- /1. HTML/72.TODO-List/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/72.TODO-List/style.css -------------------------------------------------------------------------------- /1. HTML/77.Stopwatch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/77.Stopwatch/index.html -------------------------------------------------------------------------------- /1. HTML/77.Stopwatch/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/77.Stopwatch/script.js -------------------------------------------------------------------------------- /1. HTML/77.Stopwatch/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/77.Stopwatch/style.css -------------------------------------------------------------------------------- /1. HTML/8.HTML-CSS-Mini-Project/README.md: -------------------------------------------------------------------------------- 1 | # html-css-project-boilerplate -------------------------------------------------------------------------------- /1. HTML/8.HTML-CSS-Mini-Project/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/8.HTML-CSS-Mini-Project/index.html -------------------------------------------------------------------------------- /1. HTML/8.HTML-CSS-Mini-Project/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/8.HTML-CSS-Mini-Project/pic.jpg -------------------------------------------------------------------------------- /1. HTML/8.HTML-CSS-Mini-Project/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/8.HTML-CSS-Mini-Project/styles.css -------------------------------------------------------------------------------- /1. HTML/9.Dog-Adoption/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/9.Dog-Adoption/index.html -------------------------------------------------------------------------------- /1. HTML/JavaScript-Problems/27.Pattern-Printing/pattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/JavaScript-Problems/27.Pattern-Printing/pattern.java -------------------------------------------------------------------------------- /1. HTML/JavaScript-Problems/28.Pattern-Making/pattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/1. HTML/JavaScript-Problems/28.Pattern-Making/pattern.java -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/README.md -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/package.json -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/parser.js -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/data.js -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Amazon-Prime/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Amazon-Prime/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/README.md: -------------------------------------------------------------------------------- 1 | # Boilerplate 2 | -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/package.json -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/parser.js -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Button-Action-with-Class-Coponent/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Button-Action-with-Class-Coponent/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/README.md -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/package.json -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/parser.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/components/circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/components/circle.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/components/shape.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/components/shape.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Class-Inheritance--ES6/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Class-Inheritance--ES6/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/README.md: -------------------------------------------------------------------------------- 1 | # boilerplate-react-functional-public 2 | -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/package.json -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/parser.js -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Debugging-Challenge-Keywords/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Debugging-Challenge-Keywords/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/README.md: -------------------------------------------------------------------------------- 1 | # boilerplate-react-functional-public 2 | -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/package.json -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Digital-Clock/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Digital-Clock/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/README.md -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/package.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--1/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--1/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/README.md -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/package.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--2/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--2/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/README.md -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/package.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--3/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--3/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/README.md -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/package.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--4/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--4/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/.gitignore -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/.newton.config -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/README.md -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/package.json -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/Event-Handler--5/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Event-Handler--5/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/README.md -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/package.json -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/parser.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/components/Welcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/components/Welcome.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Greetings-with-Props/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Greetings-with-Props/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/package.json -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/parser.js -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Holiday-List/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Holiday-List/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/README.md: -------------------------------------------------------------------------------- 1 | # boilerplate-react-functional-public 2 | -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/junit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/junit.xml -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/package.json -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/parser.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/components/Heading.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/components/Heading.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/components/InputQuery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/components/InputQuery.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/components/SubHeading.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/components/SubHeading.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/components/SubmitButton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/components/SubmitButton.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Import-Export-React/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Import-Export-React/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/README.md -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/image1.png -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/image2.png -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/package.json -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/parser.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/components/ColourSelector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/components/ColourSelector.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/components/Selection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/components/Selection.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/src/styles/Child.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/src/styles/Child.css -------------------------------------------------------------------------------- /2. React.JS/Paint-App-Colour-Picker/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Paint-App-Colour-Picker/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Array-As-Props---What-Are-Components/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Array-As-Props---What-Are-Components/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/parser.js -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/React-Component-on-DOM-Node/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Component-on-DOM-Node/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---1/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---1/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---2/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---2/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---3/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---3/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Lifecycle---4/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Lifecycle---4/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/.babelrc -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/.gitignore -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/.newton.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/.newton.config -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/README.md -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/package.json -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/AppRoutes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/AppRoutes.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/Pages/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/Pages/Home.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/Pages/Index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/Pages/Index.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/Pages/NotFound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/Pages/NotFound.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/components/NavBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/components/NavBar.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/index.html -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/src/index.js -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/src/styles/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2. React.JS/React-Router-easy/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/React-Router-easy/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/package.json -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/parser.js -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Relatives-List-React/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Relatives-List-React/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/README.md: -------------------------------------------------------------------------------- 1 | # boilerplate-react-functional-public 2 | -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/package.json -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/parser.js -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Render-React-Component/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Render-React-Component/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/README.md: -------------------------------------------------------------------------------- 1 | # Boilerplate Todo list -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/package.json -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/parser.js -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Todo-List-React/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Todo-List-React/webpack.config.js -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/.babelrc -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/README.md: -------------------------------------------------------------------------------- 1 | # Boilerplate Todo list -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/config/CSSStub.js: -------------------------------------------------------------------------------- 1 | module.exports = {}; -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/dist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/dist/index.html -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/dist/index_bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/dist/index_bundle.js -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/package-lock.json -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/package.json -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/parser.js -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/src/.DS_Store -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/src/components/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/src/components/App.js -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/src/index.html -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/src/index.js -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/src/styles/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/src/styles/App.css -------------------------------------------------------------------------------- /2. React.JS/Youtube-liker/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mercuri-Hacker/Newton-School_Assignment/HEAD/2. React.JS/Youtube-liker/webpack.config.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Newton-School_Assignment 2 | --------------------------------------------------------------------------------