/Alura-Play

project alura play

Primary LanguageCSSMIT LicenseMIT

Alura-Play

This is a solution to the Alura - JavaScript: criando requisições. Alura Front-end school help you improve your coding skills by building realistic projects.

Table of contents

Overview

This is the final project for Alura Play and its funcionalities.

The challenge

Users should be able to:

  • See a video display;
  • Filter videos by search bar;
  • Add new videos;

Screenshot

Mobile

screenshot screenshot

Links

My process

I created four JS files, for each a diferente function:

  • connectAPI.js is responsible for connecting to API and export functions;
  • createVideo.js is responsible to receive user information and add a new video to main page;
  • searchVideo.js is responsible for filter user serach param;
  • showVideos.js is the one whose shows at screen youtube videos stored in db.json.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
    • Flexbox
    • CSS Vars
  • JavaScrip
  • Node.js
  • JSON

What I learned

Another great project and expercience from creating so many functionalities.

Continued development

I know for sure that this projects opened my mind to see webpage creation in a whole new perspective

Useful resources

Author

Acknowledgments

Honored mention goes to my mentor and teacher Monica Hillman!