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.

Stars
4

Visit My Portfolio

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 [email protected]
  1. Install StyleLint
npm install --save-dev [email protected] [email protected] [email protected] [email protected] 

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

Related Projects