In this project I have created a website where you can search Owen Wilson's films by title or by year and click on each one to find more information such as, for example, the audio of the film where you can hear "wow".
Language: English.
Using HTML, Sass, Javascript, React.
Use of mediaqueries for the adaptation of the application to the different devices, mobile, tablet and desktop.
Use of routes for web browsing
Using git for project version control.
Publication of the result on the Internet using GitHub Pages.
- A header: with the title of the page.
- Main: with the search filter and film listing.
- HTML
- SCSS
- Javascript
- React
- VSC
- GITHUB
- GULP
- ADALAB WEB STARTER KIT
- NPM
Sara Fernández
NOTE: You need to have Node JS installed to work with this Starter Kit.
Steps to follow :
- Clone this repository
- Open a terminal in the repository root folder.
- Install the local dependencies by running the following command in the terminal: npm install
- Start the project with the command: npm start