Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gardimy/my_portfolio

I create my portfolio website that can be used by multiple devices using html,css, and Javascript by listing the portfolio projects, the services offer. And also using CSS animation makes the website more interactive.
https://github.com/gardimy/my_portfolio

html-css-javascript

Last synced: 3 days ago
JSON representation

I create my portfolio website that can be used by multiple devices using html,css, and Javascript by listing the portfolio projects, the services offer. And also using CSS animation makes the website more interactive.

Awesome Lists containing this project

README

        

# My portfolio
THIS IS THE LAST VERSION OF MY PORTFOLIO

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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“–Last Update my portfolio

> **Last Update of my portfolio** I create my portfolio website that can be used by multiple
devices using html,css, and Javascript by listing the portfolio projects, the services offer. And also using CSS animation makes the website more interactive.

## πŸ›  Built With

### Tech Stack

> This project focuses only on `linters` and `.gitignore`. and JS or Server are included in this repo.

Client

Server

### Key Features

- **Linters**: [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/), [Webhint](https://webhint.io/), and [Stylelint](https://stylelint.io/.)
- **A `.github/workflows/linters.yml`** file to run linters on GitHub Pull Request.
- **A** `.gitignore` file including `node_modules/`.
-**Eslint**npm install --save-dev [email protected] [email protected] [email protected] [email protected]
[ -f .eslintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css-js/.eslintrc.json
- name: ESLint Report

## πŸš€ Live Demo

- [Live Demo Link](https://gardimy.github.io/Mobile-first/)

(back to top)

## πŸ’» Getting Started

>If you are a new developer and would like to have a basic project to start practicing your code or creating your first portfolio app-features using good practice JavaScript ,HTML and CSS : Cloning this project will give you what you need!

> To get a local copy up and running, follow these steps:
### Prerequisites

In order to run this project you need:

- Have [npm](https://www.npmjs.com/package/npm) installed in your project:
`curl -qL https://www.npmjs.com/install.sh | sh`

### Setup

Clone this repository to your desired folder:

`git clone https://github.com/Gardimy/Mobile-first`

or

`git clone https://github.com/Gardimy/Mobile-first` <-- _Only if you have [SSH keys configured](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on your GitHub account_.

### Install:

run the `npm install` command in your console.

### Usage

To run the linters before committing any changes to your code, execute the following commands:

`npx hint .`
`npx stylelint "**/*.scss"` <--_NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace `"**/*.scss"` with `"**/*.{css,scss}"` in **line 48** of the `.stylelintrc.json` file, and run the linter with:_

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

(back to top)

## πŸ‘₯ Authors

> πŸ‘€ **Gardimy Charles**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/gardimy-charles)

## πŸ”­ Future Features

- [ESLint](https://eslint.org/).

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Gardimy/Mobile-first/issues/7).

## ⭐️ Show your support

> If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.

## πŸ™ Acknowledgments

> I would like to thank [Microverse](https://www.microverse.org/) for teaching me these tools.

## πŸ“ License

This project is [MIT license](https://choosealicense.com/licenses/mit/) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)