Dhrumil's portfolio website developed using ReactJS, Material-UI, Lottie Animations, and AOS (Animate On Scroll) library.
To have a local copy of this portfolio website up and running on your local machine, you will first need to install the following software/libraries/plugins:
- Node - Download and install Node, which also includes NPM (Node Package Manager).
- Visual Studio Code - Download and install VS Code or any Editor/IDE(Integrated Development Environment) of your choice.
Steps on how to get this development env running. We'll use Node and NPM.
- Head to the official Node website to download and install Node, which also includes NPM.
- Select the "Recommended For Most Users" button and download the current version for your Operating System.
- After you download and install Node, open command prompt/terminal and run the following commands to check if everything works:
- node -v
- npm -v
- To run this project, clone it on your local machine and go to the directory where the project is installed using "cd <folder_name>".
- Run "npm install" to install all the dependencies used by this project.
- Finally, run "npm start" to see it on the localhost.
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
- React - Frontend framework.
- NPM - The package manager for Node.
- Vercel - For hosting the website.
- Git - Git for version control
- GitHub - For hosting the code.
- Visual Studio Code - The source code editor.
- Google Chrome - Browser used to visualize the changes
portfolio.json - Change this file to make this porfolio website your own.