skyv26 / portfolio

Portfolio is made with vanilla-js and I did it with my partner. I have added so many user interaction and the most importantly I made it Accessible so that disabled person can be able to navigate through my portfolio.

Home Page:https://skyv26.github.io/portfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ§‘β€πŸ’» Leaderboard

It is my personal portfolio project and it is for my learning purposes in order to become good software developer and it is not only a project but also a way to know my skills and with the help of it I can be able to showcase my hard-work that I have done in past or whatever I will do in future.

Personal Portfolio is a vanilla-js blog website.

πŸ›  Built With

Tech Stack

Leaderboard is front-end project

Technologies

Key Features

Anyone can see my latest projects that I created and know more about me.

(back to top)

πŸš€ Live Demo

Link to your deployed project.

(back to top)

πŸ’» Getting Started

In order to start with this project do as follows :

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

Prerequisites

Setup

Run Linters

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 .

  • To run linter test on stylesheets. Use below command

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

  • To run linter test on javascript files. Use below command

    npx eslint .

it will automatically correct the errors

(back to top)

Screenshot

Challenged Design (Desktop Version)

(back to top)

πŸ‘₯ Authors

Mention all of the collaborators of this project.

πŸ‘¨β€πŸ’» Aakash Verma

(back to top)

πŸ”­ Future Features

In upcoming weeks I will add some features as mentioned below

  • Add full features like sign-up, sign-in and API

(back to top)

🀝 Contribute

William Raga

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

Acknowledgments

Thanks to everyone who helped me ❀️

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Portfolio is made with vanilla-js and I did it with my partner. I have added so many user interaction and the most importantly I made it Accessible so that disabled person can be able to navigate through my portfolio.

https://skyv26.github.io/portfolio/

License:MIT License


Languages

Language:HTML 42.4%Language:CSS 38.7%Language:JavaScript 18.9%