https://github.com/mux-mux/portfolio
(Web Basics) Portfolio [SCSS | Hamburger | ThemeSwitcher | PHP mailer]
https://github.com/mux-mux/portfolio
accessible flexbox grid hamburger-menu html5 livechat localstorage php-mailer responsive scss
Last synced: 2 months ago
JSON representation
(Web Basics) Portfolio [SCSS | Hamburger | ThemeSwitcher | PHP mailer]
- Host: GitHub
- URL: https://github.com/mux-mux/portfolio
- Owner: mux-mux
- Created: 2023-07-20T11:18:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:12:13.000Z (2 months ago)
- Last Synced: 2025-03-28T13:25:00.213Z (2 months ago)
- Topics: accessible, flexbox, grid, hamburger-menu, html5, livechat, localstorage, php-mailer, responsive, scss
- Language: PHP
- Homepage: https://jsgo.pro/
- Size: 18.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio :fire:
## Fast and Simple Portfolio Website :rocket:
## [Live Link](https://jsgo.pro) :link:
![]()
## Stages :scroll:
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 :open_file_folder:
![]()
## How To Use :closed_lock_with_key:
```bash
# Clone this repository
$ git clone [email protected]:mux-mux/portfolio.git# Go into the repository
$ cd portfolio# Install dependencies
$ npm install# Open the browser & listen for changes
$ npm start
```