Skip to content

"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.

Notifications You must be signed in to change notification settings

RiyaBulia12/Portfolio

Repository files navigation

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:
git clone https://github.com/RiyaBulia12/Portfolio.git
  1. Open terminal and cd into project
cd Portfolio
  1. Open the index.html in your brower:
open index.html

Install

To check linters run the following command:

  1. Install WebHint:
npm install --save-dev hint@7.x
  1. Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x 

Check Linters Error

  1. To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
  1. To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
  1. To check HTML linters error
npx hint .

Authors

👤 Riya Bulia

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

"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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published