Welcome to my personal portfolio! In this project, I've utilized the power of Next.js, Tailwind CSS, and React to showcase my skills and projects.
https://portfolio-fawn-eta-99.vercel.app/
- Next.js: Building fast and scalable React applications.
- Tailwind CSS: Crafting stylish and responsive user interfaces effortlessly.
- React: Creating interactive and dynamic components.
- Responsive Design: Ensuring a seamless experience across various devices.
- Project Showcase: Highlighting my diverse range of projects.
- Contact Possibilities: Easy ways to get in touch with me.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/AurelDeveloper/portfolio.git
-
Install dependencies:
cd portfolio npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
/pages
: Next.js pages for the layout and the home page./pages/projects, contact
: Directory for the different pages./components
: Reusable React components./styles
: Tailwind CSS styles.