Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realstoman/nextjs-tailwindcss-portfolio

Next.js, React & Tailwind CSS version of the portfolio project.
https://github.com/realstoman/nextjs-tailwindcss-portfolio

dark-mode framer-motion javascript js nextjs react reactjs spa starter-template tailwind tailwindcss template theme ui vercel vercel-deployment

Last synced: 2 months ago
JSON representation

Next.js, React & Tailwind CSS version of the portfolio project.

Awesome Lists containing this project

README

        

# Next.js, React & TailwindCSS Portfolio Project

A simple portfolio starter theme built with Next.js, React and Tailwind CSS. This is the Next.js version of [vuejs-tailwindcss-portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio).

![React-TailwindCSS-Portfolio](https://user-images.githubusercontent.com/16396664/146666086-28e88beb-c2f0-431f-adfb-2396d8f64c80.png)

## Demo URL

[https://nextjs-tailwindcss-portfolio.vercel.app](https://nextjs-tailwindcss-portfolio.vercel.app)

## Other versions of this project

- React Version: [https://github.com/realstoman/react-tailwindcss-portfolio](https://github.com/realstoman/react-tailwindcss-portfolio)
- Vue.js Version: [https://github.com/realstoman/vuejs-tailwindcss-portfolio](https://github.com/realstoman/vuejs-tailwindcss-portfolio)
- Nuxt.js Version: [https://github.com/realstoman/nuxtjs-tailwindcss-portfolio](https://github.com/realstoman/nuxtjs-tailwindcss-portfolio)

## Features

- Built with [Next.js](https://nextjs.org) and [React](https://reactjs.org)
- [Tailwind CSS v3](https://tailwindcss.com)
- Custom Hooks
- Framer Motion Transitions & Animations
- Reusable Components
- Projects filter by category
- Projects filter by search
- Dark Mode
- Smooth scroll
- Counter
- Dynamic forms
- Back to top button
- Download file button
- Simple and responsive design

### To Contribute to this project, read the [Contribution Guidlines](https://github.com/realstoman/nextjs-tailwindcss-portfolio/blob/main/CONTRIBUTING.md)

## Setup

1. Make sure you have Node JS installed. If you don't have it:

- [Download it from nodejs.org](https://nodejs.org)
- [Install it using NVM ](https://github.com/nvm-sh/nvm)
- If you're on Mac, Homebrew is a good option too:

```
brew install node
```

2. Clone the repo:

```
git clone https://github.com/realstoman/nextjs-tailwindcss-portfolio.git
```

3. Open the project folder:

```
cd nextjs-tailwindcss-portfolio
```

4. Install packages and dependencies:

```
npm install
```

5. Start a local dev server at `http://localhost:3000`:

```
npm run dev
```

## Notes

- Always run `npm install` after pulling new changes
- I'll be constantly updating this repo as I'll be adding more sections to it, so please always check the projects section of this repo to see what tasks are under todo and in progress
- Coming Soon [I'll be doing a screencast](https://www.youtube.com/realstoman). Soon I'll be uploading a video to my YouTube channel where I'll be going through the process of creating this portoflio
- Illustrations from [unDraw](https://undraw.co) and [Freepik](https://freepik.com)
- Images from [Unsplash](https://unsplash.com)
- Feel free to use it as your own portfolio
- Contributions are welcome

### License

[MIT](https://github.com/realstoman/nextjs-tailwindcss-portfolio/blob/main/LICENSE)