This is a personal portfolio website built using the dynamic trio of React, Tailwind CSS, and TypeScript. It showcases my skills, projects, and provides information about me.
The live demo of this portfolio can be found at https://ori0n.me.
- The design and structure of this portfolio were inspired by the work of frectonz.
- Responsive design for a seamless experience across devices.
- Clean and modern UI to highlight skills and projects.
- TypeScript for static typing and improved code quality.
- Tailwind CSS for efficient and maintainable styling.
- React for building a dynamic and interactive user interface.
-
Clone the repository:
git clone https://github.com/your-username/portfolio.git cd portfolio
Install dependencies: npm install Usage Run the development server:
npm start This will start the development server, and you can view your portfolio at http://localhost:3000 in your web browser.
Build for production:
npm run build
This command will create a production-ready build in the build folder.
##folder structure my-portfolio/ |-- public/ |-- src/ | |-- components/ | |-- Context/ | |-- App.tsx | |-- index.tsx |-- .gitignore |-- package.json |-- README.md |-- tsconfig.json |-- tailwind.config.js