Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/skyv26/portfolio
accessibility branches css3 flexbox-layout github-actions github-pages grid-layout html html5 javascript media-queries portfolio pull-requests responsive-web-design vanilla-js
Last synced: 23 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/skyv26/portfolio
- Owner: skyv26
- License: mit
- Created: 2022-06-29T14:21:17.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-18T17:18:52.000Z (3 months ago)
- Last Synced: 2024-12-27T14:51:29.817Z (26 days ago)
- Topics: accessibility, branches, css3, flexbox-layout, github-actions, github-pages, grid-layout, html, html5, javascript, media-queries, portfolio, pull-requests, responsive-web-design, vanilla-js
- Language: HTML
- Homepage: http://skyv26.github.io/portfolio/
- Size: 15.1 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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 Linters](#run-tests)
- [Screenshot](#screenshot)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contribute](#contribute)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> **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.
> Leaderboard is front-end project
Technologies
> Anyone can see my latest projects that I created and know more about me.
> Link to your deployed project.
- [**See Project 🚀**](https://skyv26.github.io/portfolio/)
> In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
### Prerequisites
- Good Knowlege on HTML and CSS (Semantics,Box-Model, Background style and Image Tag, Flexbox, Grid and Media Query)
- Install Node.js, Npm Copy the linters from https://github.com/microverseinc/linters-config/tree/master/html-css
- Please install the HTML, CSS and Lighthouse linters using Node Package Manager by typing below commands
* npm install -g @lhci/[email protected] (For LightHouse linter)
* npm install --save-dev [email protected]
[ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.hintrc (For HTML linter)
* npm install --save-dev [email protected] [email protected] [email protected] [email protected]
[ -f .stylelintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.stylelintrc.json
### Setup
- **use "git clone https://github.com/skyv26/portfolio.git"**
- `cd portfolio`
### 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**
> Mention all of the collaborators of this project.
👨💻 **Aakash Verma**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)
- Frontend Mentor: [@skyv26](https://www.frontendmentor.io/profile/skyv26)
> In upcoming weeks I will add some features as mentioned below
- [ ] **Add full features like sign-up, sign-in and API**
[William Raga](https://github.com/itsmraga-hub)
> 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.
## Acknowledgments
Thanks to everyone who helped me ❤️
This project is [MIT](./LICENSE) licensed.