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

https://github.com/dylanbuchi/portfolio-next

My portfolio website, built with Next.js, React, TypeScript and TailwindCSS.
https://github.com/dylanbuchi/portfolio-next

nextjs portfolio-website react tailwindcss typescript

Last synced: 2 months ago
JSON representation

My portfolio website, built with Next.js, React, TypeScript and TailwindCSS.

Awesome Lists containing this project

README

        

# Welcome to my portfolio

### Built with:

[![Next.js](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)](https://nextjs.org/)
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)

---

Website: https://dylanbuchi.com



Home
       
About-Me


Home
       
About-Me

---

# ⌨️ Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :-------------- | :--------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site |
| `npm start` | Preview your build locally, before deploying |
| `npm run lint` | Run code quality tools, e.g. ESLint, TSLint... |

## Author

- Website - [Dylan Buchi](https://dylanbuchi.com/)