- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
My Portfolio is a collection of my coolest projects.
- Mobile version
- Desktop version
- Application deploy
- Mobile menu
- Evaluate accessibility
- Popup Project Details Window
- Form validation
- Preserve data in the browser
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PC running any operating system like Windows, Linux, or MacOS
- An Internet connection
- Knowledge of some basic Git commands
- A browser like Microsoft Edge, Google Chrome or Mozilla Firefox
- Git installed
- Link your PC to GitHub
- Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/miltonHenschel/myPortfolio.git
- Open the file in your code editor
code .
Install this project with:
- node_modules
npm install -g node-modules
- project dependencies
- GitHub: miltonHenschel
- LinkedIn: miltonhenschel
- Twitter: nketchogue
- Light/Dark mode
- Scroll to the top and bottom buttons
- Scroll to the bottom button
- Use previous and next buttons to navigate projects
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
How to fix JavaScript + CSS + HTML linter errors?
- Kindly use
npx stylelint "**/*.{css,scss} --fix"
andnpx eslint . --fix
in the project's root directory.
- Kindly use
This project is MIT licensed.