Skip to content

SubramanyaKS/MYReactApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My New Portfolio

Netlify Status GitHub license GitHub stars GitHub issues Repository Size Lines of Codes GitHub last commit

preview

Hello folks.This is my new portfolio using React JS UI development library. React JS uses Virtual DOM, thereby creating web applications faster. You can find my old website.

Features.

  • Responsive UI
  • Animation using tsParticle.
  • Smooth Navigation

Technology used.


Prerequisits.

  • NodeJS must be installed before installing the project.
  • Git must be installed to clone this project.
  • Operating System used is Windows (Note: in linux i have not tested it).
  • You may use any editor of your choice (Recommended VS Code).

Run and Setup

  1. Fork the Project and clone Repository using git clone
git clone https://github.com/SubramanyaKS/MyReactApp.git
  1. Install all dependency in package.json
npm install
  1. Run application using command
npm start
  1. Automatically open the website in localhost
http://localhost/3000

Contribution

if you want to contribute to this project.

  1. Fork the repository
  2. Create a new branch (any name except main and master)
git checkout -b xyz
  1. Make changes and commit your changes.
git commit -m "Changes in xyz"
  1. Push the changes to new branch.
git push origin xyz
  1. Open a pull request

Author

Subramanya K S


Demo 🚀.

The portfolio is deployed in netlify platform.

Portfolio


License 📄.

This project is licensed under the GNU General public License v3 License - see the LICENSE.md file for details


Note: For Particle Effect please refer:
This tutorial

If you like this don't forget to ⭐ the repository.

Thank You for visiting Have a nice day 😊