https://github.com/codernayeem/codernayeem.github.io
Md. Nayeem's Portfolio
https://github.com/codernayeem/codernayeem.github.io
portfolio react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
Md. Nayeem's Portfolio
- Host: GitHub
- URL: https://github.com/codernayeem/codernayeem.github.io
- Owner: codernayeem
- Created: 2023-08-13T17:59:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T14:24:03.000Z (about 1 year ago)
- Last Synced: 2025-04-05T14:26:07.769Z (about 1 year ago)
- Topics: portfolio, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://codernayeem.github.io/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codernayeem.github.io
Portfolio project of **Md. Nayeem**
### Used Technologies
- `React` + `TypeScript` + `Vite`
- `Tailwind CSS`
### Usage
#### Install Dependencies
```bash
npm install
```
#### Run Development Server
```bash
npm run dev
```
#### Build for Production
```bash
npm run build
```
#### Publish to GitHub Pages
```bash
npm run deploy
```