Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahabubx7/portfolio


https://github.com/mahabubx7/portfolio

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        


Portfolio


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [Portfolio Website]

**[Portfolio Website]** is a static website that carries my professional information and so on.

## 🛠 Built With `HTML/CSS` and `Nodejs`

### Tech Stack `HTML/CSS` with `Nodejs`

Client

### Key Features

- **[Clean and Simple Static Webpages]**
- **[Only Raw HTML & CSS]**
- **[Nodejs for development tools]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://mahabubx7.github.io/portfolio/)

(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:

Check Git is already installed and working:

```sh
git --version
node --version
```
It should not show you any error. And should return the version info.

### Setup

Clone this repository to your desired folder:

Execute this:

```sh
git clone [email protected]:mahabubx7/portfolio.git
```

### Install

Install this project with:

Install Dependencies:

```sh
cd your-project-folder
npm install
```

### Usage

To run the project, open the `index.html` in your browser.

### Run tests

To run tests, run the following command:

Testing with Lint-checks:

```sh
npm test
```

or, you can test linters for each tech
```sh
npm test:html
```
```sh
npm test:styles
```
```sh
npm test:js
```

### Deployment

Deployed in `Github Pages`.
[Live preview](https://mahbaubx7.github.io/portfolio)

(back to top)

## 👥 Authors

👤 **Mahabub**

- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub__7](https://twitter.com/mahabub__7)
- LinkedIn: [LinkedIn](https://linkedin.com/in/mahabubx7)

(back to top)

## 🔭 Future Features

- [:heavy_check_mark:] **[Mobile_menu]**
- [:heavy_check_mark:] **[Details_popup]**
- [ ] **[Sticky_header]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project

(back to top)

## 🙏 Acknowledgments

I would like to thank the `microverse` team for this nice ui (figma).

(back to top)

## ❓ FAQ (OPTIONAL)

- **[Is this information are valid?]**

- [Yes, it is. This is coded with valid information of mine.]

- **[Can I contact you through the contact section?]**
- [Yes, you can ping me in any given medium.]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)