GithubHelp home page GithubHelp logo

junior-dev-track / 14-css-scoot-project-dan-jonathan Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 18.96 MB

14-css-scoot-project-dan-jonathan created by GitHub Classroom

HTML 38.68% SCSS 28.79% CSS 30.32% JavaScript 2.21%

14-css-scoot-project-dan-jonathan's Introduction

Scoot project

For our Web dev training at BeCode, we had to reproduce a template of a multiple page design. We had to realise this challenge in duo.

Table of contents

Overview

The challenge

The challenge was to integrate the design received and divide the pages and part of the pages between the two of us. The pages should be responsive and hover states integrated. Furthermore, some JS Vanilla should be added to have interactive behaviours with the visitor (hamburger menu, display the menu when scrolling up). We also had to be particularly careful with the performance of the page and be sure to have a semantic correct HTML pages.

Links

Our process

Built with

  • Semantic HTML5 markup
  • SCSS (variables, partials)
  • Flexbox
  • Grid
  • Desktop-first workflow
  • Git
  • JS Vanilla

Tools we used

  • Lighthouse: to check the performance of the website
  • W3C Validator: to make sure that our HTML is written correctly and follows the standards

Struggles

As it was our first project in duo, the main challenge was to coordinate the project beforehand and to divide the project efficiently. The main difficulties we came accross were following:

  • Use of Git by creating branches
  • Coordinate for the design and understand each other how our partner works
  • Understand what our partner is doing and avoid duplicate classes in CSS

What we learned

  1. The details/summary elements have been very helpful to integrate the FAQ without adding a JS layer to display the answer when the visitor click on the question.
<details class="faq__question">
	<summary><h4>How do I download the app?</h4></summary>
	<p>
	To download the Scoot app, you can search “Scoot” in both the App and Google Play stores. An even simpler way to do it would be to click the relevant link at the bottom of this page and you’ll be re-directed to the correct page.
	</p>
</details>

Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.