This is a portfolio project built with Next.js, Tailwind CSS, and Framer Motion. The portfolio is widget-based, allowing for easy customization and flexibility.
First, clone the repository:
git clone https://github.com/Eronred/widget-based-portfolio-nextjs-tailwind.git
Then, install the dependencies:
npm install
To run the development server:
npx next dev
Open http://localhost:3000 with your browser to see the result.
- Next.js - The React framework used
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - A production-ready motion library for React
This Next.js app can be easily deployed on platforms like Vercel or Netlify.
Check out the Next.js deployment documentation for more details.
Pull requests for new features, bug fixes, and improvements are welcome. For major changes, please open an issue first to discuss what you would like to change.