├── CSS3 ├── README.md ├── Survey Form │ ├── index.html │ └── mystyle.css └── Tribute Page │ ├── index.html │ └── style.css ├── JS-ES6 ├── README.md ├── Text editor │ ├── css │ │ └── custom.css │ ├── index.html │ └── js │ │ └── synonym.js └── Toggle Switch │ ├── README.md │ ├── app.js │ ├── index.html │ └── mystyle.css └── README.md /CSS3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/CSS3/README.md -------------------------------------------------------------------------------- /CSS3/Survey Form/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/CSS3/Survey Form/index.html -------------------------------------------------------------------------------- /CSS3/Survey Form/mystyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/CSS3/Survey Form/mystyle.css -------------------------------------------------------------------------------- /CSS3/Tribute Page/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/CSS3/Tribute Page/index.html -------------------------------------------------------------------------------- /CSS3/Tribute Page/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/CSS3/Tribute Page/style.css -------------------------------------------------------------------------------- /JS-ES6/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /JS-ES6/Text editor/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Text editor/css/custom.css -------------------------------------------------------------------------------- /JS-ES6/Text editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Text editor/index.html -------------------------------------------------------------------------------- /JS-ES6/Text editor/js/synonym.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Text editor/js/synonym.js -------------------------------------------------------------------------------- /JS-ES6/Toggle Switch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Toggle Switch/README.md -------------------------------------------------------------------------------- /JS-ES6/Toggle Switch/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Toggle Switch/app.js -------------------------------------------------------------------------------- /JS-ES6/Toggle Switch/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Toggle Switch/index.html -------------------------------------------------------------------------------- /JS-ES6/Toggle Switch/mystyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/JS-ES6/Toggle Switch/mystyle.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aj7tt/Project-Based-Learning/HEAD/README.md --------------------------------------------------------------------------------