diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 72b5eb77..03ac920e 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,7 +7,9 @@ on:
paths:
# on code related change
- ".github/workflows/deploy.yml"
- - "src/**"
+ - "pages/**"
+ - "components/**"
+ - "lib/**"
- "public/**"
workflow_dispatch:
@@ -35,7 +37,4 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /${{ secrets.USERNAME }}
- export REACT_APP_BUILD_SHA=${{ steps.short_sha.outputs.short_sha }}
- export REACT_APP_BUILD_ID=${{ github.run_id }}
- export REACT_APP_BUILD_NUM=${{ github.run_number }}
bash ./deploy.sh ${{ github.event.repository.name }}
diff --git a/.gitignore b/.gitignore
index 4d29575d..4a7f73a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,23 +1,24 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+# Nuxt dev/build outputs
+.output
+.data
+.nuxt
+.nitro
+.cache
+dist
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
+# Node dependencies
+node_modules
-# testing
-/coverage
+# Logs
+logs
+*.log
-# production
-/build
-
-# misc
+# Misc
.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
+.fleet
+.idea
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
+# Local env files
+.env
+.env.*
+!.env.example
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 02aad885..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1,14 +0,0 @@
-FROM node:20-alpine as builder
-WORKDIR /app
-COPY package*.json .
-COPY yarn*.lock .
-RUN yarn install
-COPY . .
-RUN yarn build:react
-
-#Stage 2
-FROM nginx:1.19.0
-WORKDIR /usr/share/nginx/html
-RUN rm -rf ./*
-COPY --from=builder /app/build .
-ENTRYPOINT ["nginx", "-g", "daemon off;"]
diff --git a/README.md b/README.md
index e7d4643b..6cc923c2 100644
--- a/README.md
+++ b/README.md
@@ -1,236 +1,77 @@
-
-
-
+
+## My portfolio
+This is my website portfolio made in nuxt + vue + daisyui!
-
-
-[![Contributors][contributors-shield]][contributors-url]
-[![Forks][forks-shield]][forks-url]
-[![Stargazers][stars-shield]][stars-url]
-[![Issues][issues-shield]][issues-url]
-[![MIT License][license-shield]][license-url]
-[](https://wakatime.com/badge/user/018eed1d-6093-4f51-9fca-7863b7a1ac97/project/ef0a3841-b8cc-4944-92cb-44f8de438476)
+## Setup
+Make sure to install dependencies:
-
-
-
- My Site
-
-
-
-
- View Site
- ·
- Report Bug
- ·
- Request Feature
-
I am a teenage developer, designer and programmer
+{{ card.text }}
+--- Hi Everyone, I am{" "} - Saahil dutta, - from USA -
-
I am a {currentGrade} grader in KCD. -
-
- Apart from coding, some other activities that I love to do! --
- -- -
-{" "} - Playing Games - - -
- {/*{" "} - Eating different types of food - - -
*/} -Traveling - - -
-{" "} - Swimming - - --- "It has become appallingly obvious that our technology has - exceeded our humanity."{" "} -
- -
Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.
*/} -{(error || done) ?Thank you for your message! you will eventually recive a response at {email}
-{error}
- } - returnidk
-} -export function ContactForm({ onSubmit, - nameOfPerson, message, email, - uiE,uiN,uiM -}: any) { - return - -} \ No newline at end of file diff --git a/src/components/HashRouter/Route.tsx b/src/components/HashRouter/Route.tsx deleted file mode 100644 index 5253d7e8..00000000 --- a/src/components/HashRouter/Route.tsx +++ /dev/null @@ -1,8 +0,0 @@ -export default function Route({ path, component, index }:{ - path: string, - component: any, - index?: Boolean, -}) { - - return <>>; -} \ No newline at end of file diff --git a/src/components/HashRouter/index.tsx b/src/components/HashRouter/index.tsx deleted file mode 100644 index 43e2a40a..00000000 --- a/src/components/HashRouter/index.tsx +++ /dev/null @@ -1,24 +0,0 @@ -// writing my own hashRouter - -import { useEffect, useState } from "react" - -export function HashRouter({ children }: any) { - const [hash, setHash] = useState(window.location.hash) - if(process.env.NODE_ENV !== "production") console.log(children) - if(!Array.isArray(children)) children = [children] - useEffect(() => { - const ev = () => { - setHash(window.location.hash) - } - window.addEventListener('hashchange', ev) - return () => window.removeEventListener('hashchange', ev) - }) - // debugger; - const child = children.find((child:any) => { -if(process.env.NODE_ENV !== "production") console.log('script', child.props, window.location.hash, child.props.route == hash, (hash.length < 2 && child.props.index)) - return child.props.path == hash || (hash.length < 2 && child.props.index) || child.props.path == "*" -}) - if(child) return child.props.component; - return null; -} -export * from "./Route" \ No newline at end of file diff --git a/src/components/Projects/index.tsx b/src/components/Projects/index.tsx deleted file mode 100644 index 4bfa1695..00000000 --- a/src/components/Projects/index.tsx +++ /dev/null @@ -1,101 +0,0 @@ -import React, { useEffect, useState } from "react" -import "./style.css" -import { LuGitFork, LuGlobe } from "react-icons/lu" -/** - * - * @param param0 - * @returns - */ -export function Card({ title, description, image,alt, Badges, svn_link, is_fork} : { - title: string , - description: string, - image?: string, - alt?: string, - Badges?: any, - svn_link: string, - is_fork: Boolean -}) { - return{description}
-Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.
- */} - -
- I started programming during the Covid Pandemic in 2020.
-
-
I am fluent in new like programming languages such as
-
-
- {' '}
-
-
My field of Interest's are building new
-
-
- Web Technologies and Products{' '}
- {' '}
- and also in areas related to{' '}
-
- Backend Services, CLI Services
-
-
-
-
- Whenever possible, I also apply my passion for developing products
- with
Welcome to my site.
-Seems you are on the wrong page.
-