This is a simple Portfolio project to demonstrate coding best practices including but not limited to understanding Gitflow, creating different base branches, understanding version control, and writing descriptive PRs and commit messages..
| Contents |
|---|
| Screenshot |
| Built With |
| Getting Started |
| Contributing |
| Authors |
| License |
- HTML
- CSS
- JAVASCRIPT
- Clone the repo
https://github.com/udberg/mobile-menu.git cd mobile-menugit checkout -b menugit pull origin menu- If you have vscode
live-serverinstalled, run it and openlocalhost:3000
- Fork the project
- Create your feature branch
git checkout -b awesome-feature - Commit your changes
git commit -m 'Awesome feature' - Push it
git push -u origin awesome-feature - Open a pull request using this branch
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!