GithubHelp home page GithubHelp logo

tommm2 / jinrup.me Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 1.0 4.22 MB

My personal website built with TypeScript, Next.js 14, and Tailwind CSS

Home Page: https://jinrup.vercel.app/

License: MIT License

JavaScript 3.52% TypeScript 84.17% MDX 9.33% CSS 2.97%
framer-motion portfolio-website prisma taiwlindcss blog nextjs14 next-intl

jinrup.me's Introduction

๐Ÿ”ง Stack

๐Ÿ“ Project Structure

$PROJECT_ROOT
โ”œโ”€โ”€ content/
โ”œโ”€โ”€ messages/
โ”œโ”€โ”€ prisma/
โ”œโ”€โ”€ public/
โ””โ”€โ”€ src/
    โ”œโ”€โ”€ app/
    โ”œโ”€โ”€ components/
    โ”œโ”€โ”€ providers/
    โ”œโ”€โ”€ config/
    โ”œโ”€โ”€ hooks/
    โ”œโ”€โ”€ lib/
    โ”œโ”€โ”€ styles/
    โ”œโ”€โ”€ types/
    โ”œโ”€โ”€ utils/
    โ”œโ”€โ”€ i18n.ts
    โ””โ”€โ”€ middleware.ts
  • content/*: MDX blog posts, projects and the content for the about page.
  • messages/*: Data for multi-language support
  • prisma/*: Database Model Definition
  • public/*: Static resource, like image
  • src/app/*: Every page and api route in the website. Uses the App Router from Next.js 14
  • src/components/*: All components I use in the website. Note that the components in the ui folder will be smaller components, such as link, button, dropdown etc.
  • src/providers/*: All providers I use in the website
  • src/config/*: Some basic settings or static data
  • src/hooks/*: Some custom hooks for website
  • src/lib/*: a collection of helpful utilities or code for third-party services
  • src/styles/*: Global Styles with Tailwindcss
  • src/types/*: Some Global Types definitions
  • src/utils/*: Some utilities functions , but less complex than lib/

๐Ÿ‘‹ Getting Start

git clone https://github.com/tommm2/jinrup.dev.git

cd jinrup.dev
pnpm install
pnpm run dev
  • Create .env file similar to .env.example.
  • Change config/site.ts, config/giscus.ts, app/sitemap.ts to you own and Remove content/*.

๐Ÿ“ TODO

  • Add Not Found Page
  • Make 3D model(use three.js) in Home Page
  • Make brand logo
  • Make analytics
  • Import playwright to test

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.