Personal portfolio website for S.Artem (Nighty3098), built using React and TypeScript.
This is a modern, responsive portfolio website showcasing the developerβs skills and projects. The site includes:
src/
βββ components/ # React components
β βββ welcome.tsx # Home page with greeting
β βββ aboutme.tsx # About Me section
β βββ projects.tsx # Main projects
β βββ contacts.tsx # Contact information
β βββ project_card.tsx # Project card
β βββ cat.tsx # SVG cat component
βββ pages/ # Application pages
β βββ He4vyL0v3.tsx # Page with He4vyL0v3 Project projects
βββ App.tsx # Main application component
βββ App.css # Main styles
βββ index.tsx # Entry point
git clone https://github.com/Nighty3098/Portfolio.git
cd Portfolio
npm install
# or
yarn install
npm start
# or
yarn start
npm run build
# or
yarn build
The site is fully responsive and displays correctly on:
Fork, improve, and send pull requests β any suggestions are welcome!
Made with β€οΈ