Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aunshx/portfolio

My portfolio website showcasing my life as a developer.
https://github.com/aunshx/portfolio

development mongodb nodejs portfolio-website react

Last synced: 15 days ago
JSON representation

My portfolio website showcasing my life as a developer.

Awesome Lists containing this project

README

        

# aunsh.com

My portfolio website showcasing my life as a developer

## Tech Stack

**Client:** React, Redux, CSS3, JS

**Server:** Node, Express

## Some Working

- Client side home page

![Client Home Page](https://i.postimg.cc/GpPFH4Hf/aunsh-Portfolio-Light-Five.png)

 

- Includes dark mode as well

![Client Home Page Dark Mode](https://i.postimg.cc/c4VdBbM2/aunsh-Portfolio-Dark-Five.png)

 

- Admin messages dashboard (admin.aunsh.com)

![Admin Messages Page](https://i.postimg.cc/q72LymZj/aunsh-Portfolio-Light-One.png)

 

- Admin messages dashboard DARK Mode (admin.aunsh.com)

![Admin Messages Page DARK MODE](https://i.postimg.cc/05XkbQ68/aunsh-Portfolio-Dark-One.png)

 

- Metrics pages for recent hits, message metrics and more (admin.aunsh.com)

![Admin Metrics Page](https://i.postimg.cc/ydBTPFMB/aunsh-Portfolio-Light-Two.png)

 

- Metrics pages for recent hits, message metrics and more DARK Mode (admin.aunsh.com)

![Admin Metrics Page DARK MODE](https://i.postimg.cc/bNGzbhb1/aunsh-Portfolio-Dark-Two.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/aunshx/portfolio.git
```

Install server dependencies

```bash
npm install
```

Go to the client folder

```bash
cd client
```

Install client dependencies

```bash
npm install
```

Start the server

```bash
npm run server
```

Start the client

```bash
npm run client
```

## Authors

- [@aunshx](https://www.github.com/aunshx)

## License

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)