Skip to content

devbaraus/portfolio

Repository files navigation

Personal Website (WIP)

This is my personal/professional website.

Work to be done

  • Internacionalização
  • Home Page
    • Hero
    • Projects
    • Services
    • Posts
    • About
    • Contact
  • Contact Page
    • Links
    • Form
  • Projects Page
    • Projects list
    • Contact Section
  • Posts Page
    • Listagem de posts
    • Contact Section
  • About Page
    • About me
    • Spotify Card
    • GitHub Card
    • Hobbies
    • Abilities
    • Contact Section

Tech Stack

  • Next.js 13 (TypeScript)
  • Tailwind CSS (shadcn/ui)
  • React Icons
  • Framer Motion
  • React Hook Form
  • Zod
  • Directus CMS (GraphQL)
  • Spotify API
  • GitHub API
  • ESLint
  • Prettier

You can also run this project locally

First, clone this repository and install its dependencies:

git clone https://github.com/devbaraus/portfolio
cd portfolio
npm install

Then, create and fill up a .env file using the .env.example as a template.

cp .env.example .env

Finally, run the development server:

npm run dev