Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/portfolio
"Portfolio" showcase some of the technical skills, projects, and experience! Visitors can go through each project's live demo, source code and can also get connected through Contact Form.
https://github.com/riyabulia12/portfolio
bootstrap5 css3 es6-javascript html javascript stylelint
Last synced: 27 days ago
JSON representation
"Portfolio" showcase some of the technical skills, projects, and experience! Visitors can go through each project's live demo, source code and can also get connected through Contact Form.
- Host: GitHub
- URL: https://github.com/riyabulia12/portfolio
- Owner: RiyaBulia12
- Created: 2022-06-29T08:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T13:09:49.000Z (over 1 year ago)
- Last Synced: 2024-10-04T02:22:14.066Z (about 1 month ago)
- Topics: bootstrap5, css3, es6-javascript, html, javascript, stylelint
- Language: JavaScript
- Homepage: https://riya-bulia.netlify.app/
- Size: 20 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Visit My Portfolio](https://riya-bulia.netlify.app/)
# Welcome to Riya's Portfolio
## About Me
> Iβm a software developer! I can help you build a product, feature or website Look through some of my work and experience! If you like what you see and have a project you need coded, donβt hestiate to contact me.## Built With
- Languages Used: HTML, CSS
- Tools Used: Github Desktop
- VCS: Git
- Package Manager: Node, NPM
- Template Used: Figma Template## Project Setup
To get a local copy up and running follow these simple example steps.### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/Portfolio.git
```
2. Open terminal and cd into project
```bash
cd Portfolio
```
3. Open the index.html in your brower:
```bash
open index.html
```### Install
> To check linters run the following command:
1. Install WebHint:
```bash
npm install --save-dev [email protected]
```
2. Install StyleLint
```bash
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
## Check Linters Error
1. To check CSS or SCSS linters error:
```bash
npx stylelint "**/*.{css,scss}"
```
2. To fix CSS or SCSS linters error:
```bash
npx stylelint "**/*.{css,scss}" --fix
```
3. To check HTML linters error
```bash
npx hint .
```## Authors
π€ **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)## π€ Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- [Setup Linters](https://questions.microverse.org/t/configure-linters-for-html-and-css/2009)
- [Mobile First](https://www.mightyminnow.com/2013/11/what-is-mobile-first-css-and-why-does-it-rock/)
- [Figma Templates](https://www.figma.com/file/l7SqJ3ZfkAKih9sFxvWSR4/Microverse-Student-Project-1?node-id=0%3A1)