CSS

SASS Tutorial for Beginners: A Complete Guide to Mastering SASS and SCSS (With Examples)

SSASS (Syntactically Awesome Style Sheets) is one of the most powerful and widely used CSS preprocessors in modern front-end development. If you’ve ever struggled with repetitive CSS, inconsistent styling, or bloated stylesheets, SASS provides a cleaner, more organised, and scalable way to write CSS for real-world projects. In this complete beginner-friendly SASS tutorial, you’ll learn […]

SASS Tutorial for Beginners: A Complete Guide to Mastering SASS and SCSS (With Examples) Read More »

Movie search application using Vue JS and Laravel framework using OMDb API – The Open Movie Database

A laravel movie search application using Vue JS, Vue Composition API and OMDBAI API. OMDBAI is used to fetch the movies data from https://www.omdbapi.com/ Requirements Installation You will need to gety API key from the OMDb API and update in /resources/js/components/movieapi/movie-api.js file Once you are done with the above steps, now its time to start building the movie

Movie search application using Vue JS and Laravel framework using OMDb API – The Open Movie Database Read More »

Scroll to Top