KirillKapteily /
web-studio
this is my web site!
35/100 healthLoading repository data…
linganand-04 / repository
This is my personal portfolio website built using HTML, CSS, and JavaScript. It showcases my projects, skills, and professional background as an aspiring web developer. The site is fully responsive and designed to highlight my work, including projects developed during internships and self-learning.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A premium, animated personal portfolio built with React 19, Vite, Tailwind CSS v4, and Framer Motion.
npm install
npm run dev # start local dev server
npm run build # production build -> dist/
npm run preview # preview the production build locally
Everything on the site is driven by plain data files — you shouldn't need to touch component code to update your info.
| What to edit | File |
|---|---|
| Name, roles, bio, contact info, resume link, stats | src/data/profile.js |
| Skills & proficiency levels | src/data/skills.js |
| Work experience & education timeline | src/data/timeline.js |
| Projects (title, description, links, tech) | src/data/projects.js |
| Certifications & services | src/data/misc.js |
| Nav links | src/constants/navigation.js |
Drop your PDF at public/resume.pdf (referenced by profile.resumeUrl).
Add images to public/projects/ and point each project's image field in
src/data/projects.js at the file (e.g. /projects/omnifood.jpg). Until a
real image is added, cards gracefully fall back to a styled placeholder.
src/data/misc.js ships with placeholder certification entries — replace
the title, issuer and year fields with your real certificates.
Design tokens (colors, fonts, animation keyframes) live in
src/styles/index.css under @theme. Change a value there and it updates
everywhere the corresponding Tailwind utility (bg-primary, font-display,
etc.) is used.
@tailwindcss/vite)Selected from shared topics, language and repository description—not editorial ratings.
KirillKapteily /
this is my web site!
35/100 healthgravity-coding /
This is for my youtube channel tutorial.
34/100 healthVercel: import the repo, framework preset "Vite", default build command
(npm run build) and output directory (dist) work out of the box.
GitHub Pages: run npm run build, then deploy the dist/ folder (e.g.
with the gh-pages package or GitHub Actions). If deploying to a
sub-path (username.github.io/repo-name), set base: '/repo-name/' in
vite.config.js.
Kemi-Oluwadahunsi /
This is my brand portfolio (KodeMaven). It showcases about me, my projects, services I render, contact information with form configuration.
syedamir5560 /
This is my personal Portfolio build by using HTML , CSS & /JavaScript
29/100 healthRahulShivhare44 /
This is My Second Personal Portfolio using HTML ,CSS ,Animation and JavaScript.
34/100 healthamitanshusahu /
this is the prototype of my personal portfolio website
31/100 health