Skip to content

Latest commit

 

History

History
102 lines (72 loc) · 2.45 KB

README.md

File metadata and controls

102 lines (72 loc) · 2.45 KB

Project Banner

My awesome personal portfolio created with React.js

awesome stars license

About the Project

Folder Structure

Here is the folder structure of Portfolio.

|- public/
|- src/
  |-- assets/
  |-- components/
  |-- constants/
  |-- scss/
  |-- App.jsx
  |-- index.js
|- package.json

Tech Stack

My Skills

Getting Started

Step 1:

At the main folder execute the following command in console to get the required dependencies:

  npm install

or

  yarn install

Step 2:

At the main folder execute the following command in console to run the development server:

  npm run dev

or

  yarn dev

Contributing

Contributions are always welcome!

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork it! 🤙

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -m "Add some feature"

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request 👍

License

This project is licensed under the MIT License - see the license file for details