Welcome to my worksland! This website showcases my work, skills, and projects. It was built using Next.js for the framework and Tailwind CSS for styling.
- Responsive Design: The layout adapts to various screen sizes (desktop, tablet, mobile).
- Fast Performance: Thanks to Next.js and its optimizations.
- Clean Code: Written with best practices and using Tailwind CSS for utility-first styling.
- SEO Optimized: Next.js enables automatic SEO improvements with its built-in support for server-side rendering.
- Next.js: A React framework that allows server-side rendering, static site generation, and API routes.
- Tailwind CSS: A utility-first CSS framework for creating custom designs quickly.
- React: The JavaScript library for building user interfaces.
- Vercel: Deployed using Vercel for fast, scalable hosting.
To run this project locally, follow the steps below:
-
Clone the repository:
git clone https://github.com/AgustinBN/worksland.git cd portfolio-web
-
Install dependencies: Make sure you have Node.js installed. Then, install the required dependencies:
npm install
-
Run the development server: Start the Next.js development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to view the portfolio.