https://github.com/montasim/montasim-dev
Hi, I am Montasim, and this is my portfolio repository on GitHub. This portfolio is a showcase of my background, skills, and accomplishments. From my education and work experience, I aim to represent my abilities.
https://github.com/montasim/montasim-dev
api daisyui firebase front-end json react reactjs tailwindcss
Last synced: about 1 year ago
JSON representation
Hi, I am Montasim, and this is my portfolio repository on GitHub. This portfolio is a showcase of my background, skills, and accomplishments. From my education and work experience, I aim to represent my abilities.
- Host: GitHub
- URL: https://github.com/montasim/montasim-dev
- Owner: montasim
- Created: 2022-06-08T15:59:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T08:46:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T11:51:08.275Z (about 1 year ago)
- Topics: api, daisyui, firebase, front-end, json, react, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://montasim-dev.web.app/
- Size: 3.82 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

My personal website - montasim-dev.web.app built with React and hosted with Firebase.

## Forking this repo (please read!)
Yes, you can fork this repo. Please give me proper credit by linking back to [montasim-dev.web.app](https://montasim-dev.web.app/). Thanks!
## 🛠Installation & Set Up
1. Install the packages
```sh
npm install
```
2. Start the development server
```sh
npm start
```
## 🚀 Building and Running for Production
1. Generate production build
```sh
npm run build
```
2. Preview the site once deployed (using Firebase)
```sh
firebase deploy
```
## 🎨 Color Reference
| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Navy |  `#0a192f` |
| Light Navy |  `#112240` |
| Lightest Navy |  `#233554` |
| Slate |  `#8892b0` |
| Light Slate |  `#a8b2d1` |
| Lightest Slate |  `#ccd6f6` |
| White |  `#e6f1ff` |
| Green |  `#64ffda` |