Git Product home page Git Product logo

victortavarez.dev's Introduction

Homepage 1 Homepage 2

Features

  • Next.js 14
  • Eslint/Prettier configured
  • Scores 100% on a11y / Performance / SEO
  • Easy to customize
  • Nice project structure
  • Shadcn UI components
  • Tablet & mobile friendly
  • Fetches most recent GitHub repos.
  • Webhook routes for data revalidation.
  • Continuous deployment with Vercel
  • Contact form powered by Nodemailer, AWS SES and Google Recaptcha v3
  • Blog functionality powered by Sanity CMS

Structure

├── app
│   ├── blog
│   ├── case-studies
│   ├── studio
│   ├── webhook
│   ├── actions.ts
│   ├── favicon.ico
│   ├── layout.tsx
│   └── page.tsx
├── components
│   ├── routes
│   │   ├── blog
│   │   ├── case-studies
│   │   └── home
│   ├── theme
│   │   ├── ContactForm
│   │   ├── Content
│   │   ├── EyebrowText
│   │   ├── Footer
│   │   ├── Header
│   │   ├── Heading
│   │   ├── Post
│   │   ├── Project
│   │   ├── ValueProp
│   │   ├── Work
│   │   └── index.ts
│   └── ui
│       ├── Animations
│       ├── Author
│       ├── Buttons
│       ├── Card
│       ├── DropdownMenu
│       ├── Form
│       ├── HorizontalContent
│       ├── Loaders
│       ├── Marquee
│       ├── Menu
│       ├── Navigation
│       ├── Pagination
│       ├── Typewriter
│       └── index.ts
├── lib
│   ├── data
│   ├── hooks
│   ├── schema
│   ├── types
│   └── utils
├── sanity
│   ├── lib
│   ├── schemas
│   ├── env.ts
│   └── schema.ts
├── styles
│   ├── globals.css
│   └── refractor.css

Prerequisites

Bun

Create a new file .env.local and put these env variables with your Sanity CMS, GitHub, AWS SES, and Google ReCaptcha tokens.

// Sanity
SANITY_PROJECT_ID=xxxxxxxxxx
SANITY_DATASET=xxxxxxxxxx

// Github
GITHUB_TOKEN=xxxxxxxxxx

// SES
SES_EMAIL_HOST=xxxxxxxxxx
SES_EMAIL_USER=xxxxxxxxxx
SES_EMAIL_PASS=xxxxxxxxxx
SES_EMAIL_FROM='"Hey, from youremailhere <[email protected]>'
SES_EMAIL_TO=xxxxxxxxxx

// ReCaptcha v3
RECAPTCHA_URL=https://recaptchaenterprise.googleapis.com/v1/projects/YOUR_PROJECT_ID/assessments
RECAPTCHA_SITE_KEY=xxxxxxxxxx
RECAPTCHA_SECRET_KEY=xxxxxxxxxx

When deploying on Vercel, you will have to set your private and public keys key(s) there as well.

Install dependencies

bun install

Start dev server

bun dev

Built with

  • Next.js 14
  • Shadcn
  • TailwindCSS
  • Framer Motion
  • Sanity
  • And these useful of JavaScript libraries package.json

License

This project is licensed under the MIT License - see the LICENSE.md file for details

victortavarez.dev's People

Contributors

vtavarez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.