Solution for a challenge from Devchallenges.io.
Introduce your projects by taking a screenshot or a gif. Try to tell visitors a story about your project by answering:
- What was your experience?
- after completed all the challenge before, its feel easier to finish this challenge :)
- What have you learned/improved?
- bem naming
- responsive site
- Your wisdom? :)
- use bem naming and good css folder structure for easy maintaining
- HTML
- CSS
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
- User story: I can see a page on mobile following the given design
- User story: I can go to certain locations by selecting links in navigation or footer
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/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm run dev