This is my Personal Website nimitaggarwal.com built with React and hosted with Netlify
It uses React Spring for animations. It uses Material UI for the Design Style. Design was created using figma and the design files are here and pdf file here
The website is highly configurable and can easily be modified from the JSON file config.json in src/config/config.json. All the data is controlled by the file and changes will be reflected on the fly. Colour scheme is configurable from the Theme.jsx
-
Install dependencies
yarn install
-
Start the development server
yarn start
-
Generate a full static production build
yarn build
-
Preview the site as it will appear once deployed
yarn build-serve
-
To deploy on github pages, change the hostname in package.json and the run
yarn deploy
- Fork this repo.
- Fill your information in config.json.
- Deploy on github pages or Netlify
You can use this code for your own websites, but with attribution.
I value keeping this site open source, but as you all know, plagiarism is bad. I spent a non-negligible amount of effort designing, developing and trying to perfect my website, and I am proud of it! All I ask is to not claim this effort as your own.
So, feel free to fork this repo. If you do, please just give me proper credit by linking back to my website, https://nimitaggarwal.com. Refer to this handy quora post if you're not sure what to do. Thanks!