dark-portfolio

A modern, dark-themed portfolio template built with Next.js, React, and TailwindCSS. Perfect for developers and designers looking to showcase their work with style.

MIT License

Stars
0
Committers
1

Darkfolio - A Modern Dark-Themed Portfolio Template

Description

Darkfolio is a sleek, dark-themed portfolio template built with modern web technologies. This template is perfect for developers and designers who want to showcase their work with style. The project leverages Next.js for server-side rendering and static site generation, React for building user interfaces, and TailwindCSS for utility-first styling. Framer Motion is used for smooth animations, enhancing the user experience with fluid transitions.

Live Demo

Check out the live demo of the application here.

Features

  • Dark Theme: A clean and modern dark UI, perfect for portfolio sites.
  • Responsive Design: Works seamlessly on both desktop and mobile devices.
  • Smooth Animations: Powered by Framer Motion for a dynamic user experience.
  • Highly Customizable: Easy to adapt to your personal style and content.

Installation

To get a local copy up and running, follow these steps:

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher) or yarn

Clone the Repository

git clone https://github.com/rleite-it/dark-portfolio.git
cd dark-portfolio

Install Dependencies

npm install
# or
yarn install

Running Locally

Start the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To create an optimized production build:

npm run build
# or
yarn build

To start the production server:

npm run start
# or
yarn start

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
Related Projects