Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 3.51 KB

README.md

File metadata and controls

112 lines (77 loc) · 3.51 KB

404 Not Found

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Desktop

overview - desktop

Mobile

overview - mobile

Built With

Base

Other major libraries

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • User story: I can see a page following the given design

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/h-yoshikawa44/ch-404-not-found.git
or
git clone git@github.com:h-yoshikawa44/ch-404-not-found.git

# Install dependencies
npm install

# Run the Vite
npm run dev

learned/improved

  • A new way to prevent the footer from rising to the top when the amount of content is low.
  • BEM Naming Conventions
  • When deploying to github pages, it is necessary to change the src path of img from / to ./.

Acknowledgements

Contact