Responsive landing page proposed by Front End Mentor.
Technologies • Objective • How to Use • Author
This project was proposed by Front End Mentor, you can check the challenge by clicking here. I put in practice the following subjects:
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
I have plans to add more features in this project as I progress with my studies. Like scroll animations.
User should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
Before cloning the repository into your machine you'll need: Git and NodeJS. Also it is good to have a code editor like VSCode.
#Clone this repository
$ git clone https://github.com/davyd-souza/sunnyside-agency-landing-page.git sunnyside-agency-landing-page
#Go into the repository
$ cd sunnyside-agency-landing-page
# Install dependencies with
$ npm install # or
$ yarn
# Run app
$ npm start # or
$ yarn dev