Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a personal portfolio website built with React 17 using Create React App. The application showcases personal information, education, skills, training, and interests through a single-page application with animated intro and navigation.
npm start - Start development server on http://localhost:3000npm run build - Build for production (outputs to build/ folder)npm test - Run tests in interactive watch modenpm run eject - Eject from Create React App (irreversible)src/ ├── App.js (Main app with routing and 13-second menu delay) ├── index.js (BrowserRouter wrapper) └── components/ ├── intro.js (Animated name display + navigation menu) ├── personnal.js (Personal information with profile image) ├── education.js (Education details) ├── skills.js (Skills showcase) ├── training.js (Training/certifications) ├── interests.js (Personal interests) └── footer.js (Footer component)
react-router-dom@^5.2.0)App.csssrc/images/ (profile pictures, social media icons, interest icons)Key dependencies include: