- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
My Portfolio is a simple yet responsive portfolio page. The goal of this project is to practice HTML and CSS by creating a my own personal portfolio. I will be updating and improving on this project as I progress in my journey.
Code Editor
Deployment
- Simple Layout
- Clean Code
To get a local copy up and running, follow these steps.
In order to run this project you need to study the project's HTML and CSS code to learn the fundamentals and setup of the project.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:DevaWinner/Hello-Microverse.git
please first install the node package files
npm install
In order to use this project you either create branch to add more feature. But in order to run the project use below commands.
- npm run build (It will create a production ready file)
- npm start (It will run the server on your machine)
I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work no matters have worked on html, css and js you can use below commands:
- In order to run the linter test on index.html or any html file. Use below command
npx hint .
- In order to run the linter test on css file. Use below command
npx stylelint "**/*.{css, scss}"
- In order to run the linter test on js file. Use below command
npx eslint .
You can deploy this project by using VS-code and injecting it to a browser through a local live server.
👤 Aniekan Winner
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- A Landing Page
- A Hero Session
Contributions, issues, and feature requests are welcome!
Feel free to check the Issues Page.
If you like this project, kindly share my portfolio with your friends and colleagues, provide feedback or suggestions, or simply take the time to explore my portfolio and learn more about what I am doing, every bit of support counts. I am grateful for your interest and support, and I look forward to continuing to develop and improve my portfolio.
I would like to thank Arsene Thierry and Abdi Nasir Daud my coding partners who contributed their efforts to my footer secion. And to Alfred Peter, my coding partner in Block 3&4 who contributed his efforts to the menu section.
This project is MIT licensed.