Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aunshx/portfolio
- Owner: aunshx
- Created: 2022-02-05T16:31:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T00:47:47.000Z (about 1 year ago)
- Last Synced: 2024-12-01T10:37:41.364Z (2 months ago)
- Topics: development, mongodb, nodejs, portfolio-website, react
- Language: JavaScript
- Homepage: https://aunsh.com
- Size: 92.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)