Skip to content

rotimiazeez/my-portfolio

Repository files navigation

My Portfolio

Building a website portfolio is a project during the first module of the microverse program. Here is the list of projects guide. Details about each of the projects requirements wii be find in the upcoming program activities. Some of the projects will be solo, while others will be collaboratively with coding partner(s).

Additional description about the project and its features.

Built With

  • HTML (semantic HTML5 tags)
  • CSS ( CSS flexbox, CSS grid, ul, li)
  • JavaScript
  • Stylelint, Github Actions

Live Demo

Live Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • Clone the project
git clone https://github.com/rotimiazeez/my-portfolio.git
  • Install Dependencies
npm install

To run StyleLint by itself, you may run the lint task:

npx stylelint "**/*.{css,scss}"

Or to automatically fix issues found (where possible):

npx stylelint "**/*.{css,scss}" --fix

You can also check against Webhint:

npx hint --telemetry=off .

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration, resources/assets used
  • etc

📝 License

MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published