This project is an attempt to learn front-end web development.
- Next.js - React framework for building user interfaces
- Tailwind CSS - Utility-first CSS framework
- React - JavaScript library for building user interfaces
- TypeScript - Typed superset of JavaScript
layout.tsx
: Root layout componentpage.tsx
: Main page componenthero.tsx
: Hero section componentinformation-section.tsx
: Detailed information sections (Education, Experience, Volunteering, Skills)projects.tsx
: Areas of interest sectioninfo-card.tsx
: Reusable card component for displaying informationglobals.css
: Global styles
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
- Add a blog section
- Implement dark mode
- Add animations and transitions for a more engaging user experience
This project is open source and available under the MIT License.