/my-portfolio

My personal portfolio

Primary LanguageCSSMIT LicenseMIT

logo

My Personal Portfolio

📗 Table of Contents

📖 [My_Portfolio]

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.

🛠 Built With

Tech Stack

Frontend
Code Editor
Deployment

Key Features

  • Simple Layout
  • Clean Code

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

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.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:DevaWinner/Hello-Microverse.git

Install

please first install the node package files

npm install

Usage

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)

Run tests

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 .

Deployment

You can deploy this project by using VS-code and injecting it to a browser through a local live server.

(back to top)

👥 Authors

👤 Aniekan Winner

(back to top)

🔭 Future Features

  • A Landing Page
  • A Hero Session

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the Issues Page.

(back to top)

⭐️ Show your support

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.

(back to top)

🙏 Acknowledgments

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.

(back to top)

📝 License

This project is MIT licensed.

(back to top)