Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nimit95/Personal-Website

My Personal Website in React, Material UI, React Spring. Contents can be modified via single JSON.
https://github.com/nimit95/Personal-Website

material-ui netlify personal-website protfolio protfolo-website react react-spring webdevelopment

Last synced: 14 days ago
JSON representation

My Personal Website in React, Material UI, React Spring. Contents can be modified via single JSON.

Awesome Lists containing this project

README

        



nimitaggarwal.com



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





Netlify Status

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

# Demo


demo picture
demo desktop gif

demo mobile gif

## 🛠 Installation & Set Up

1. Install dependencies

```sh
yarn install
```

2. Start the development server

```sh
yarn start
```

## 🚀 Building and Deploying for Production

1. Generate a full static production build

```sh
yarn build
```

2. Preview the site as it will appear once deployed

```sh
yarn build-serve
```

3. To deploy on github pages, change the hostname in package.json and the run

```sh
yarn deploy
```

## How to make yours

1. Fork this repo.
2. Fill your information in config.json.
3. Deploy on github pages or Netlify

## 🚨 Forking this repo

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](https://www.quora.com/Is-it-bad-to-copy-other-peoples-code) if you're not sure what to do. Thanks!