Skip to content

mux-mux/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio 🔥

Fast and Simple Portfolio Website 🚀


Portfolio Demo

Stages 📜

  1. html_structure
  2. common_styles
  3. header
  4. hero section
  5. about section
  6. projects section
  7. contact section
  8. footer
  9. responsive
  10. accessible
  11. refactoring
  12. testing

Folder structure 📂

Portfolio Folder structure

How To Use 🔐

# Clone this repository
$ git clone git@github.com:mux-mux/portfolio.git

# Go into the repository
$ cd portfolio

# Install dependencies
$ npm install

# Open browser & listen to scss changes
$ npm run dev