sabyrzhanchik7 /
sabyrzhanchik7
Personal GitHub profile showcasing my projects, tech stack, and experience as a frontend developer.
41/100 healthLoading repository data…
Ahmedlmansy / repository
Personal portfolio showcasing my frontend projects and experience using React, Next.js, TypeScript, and modern UI tools. Focused on clean architecture, performance, and user experience.
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.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
The React Compiler is enabled on this template. See this documentation for more information.
Note: This will impact Vite dev & build performances.
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Remove tseslint.configs.recommended and replace with this
tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
tseslint.configs.stylisticTypeChecked,
// Other configs...
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'
export default defineConfig([
globalIgnores(['dist']),
{
files: ['**/*.{ts,tsx}'],
extends: [
// Other configs...
// Enable lint rules for React
reactX.configs['recommended-typescript'],
// Enable lint rules for React DOM
reactDom.configs.recommended,
],
languageOptions: {
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
// other options...
},
},
])
Selected from shared topics, language and repository description—not editorial ratings.
sabyrzhanchik7 /
Personal GitHub profile showcasing my projects, tech stack, and experience as a frontend developer.
41/100 healtharshia-pourfar /
Personal GitHub profile repository showcasing my skills, projects, and portfolio.
64/100 healthMrSzasz /
Welcome to my personal web portfolio—a showcase of my skills in HTML/CSS, JavaScript, React, Node.js, and beyond. Dive into my array of projects with a fresh design as you journey through my professional experiences
Mostakim69 /
This is my personal portfolio website where I showcase my projects, skills, and journey as a frontend developer. Built with React, Tailwind, and modern web tools, it reflects my passion for clean design, responsive layouts, and user-friendly interfaces.
49/100 healthsoumadip-dev /
A personal developer portfolio showcasing frontend and full-stack projects built with React and TypeScript.
62/100 healthishrakahmad /
Personal portfolio showcasing my projects, skills and journey as a Software Developer.
62/100 health