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

jinrup.me's People

Contributors

tommm2 avatar tomjin871114 avatar

Stargazers

Teo avatar  avatar Faisal Shafique avatar tr0j4n avatar Erwin Nowak avatar zhengpengxin avatar Razmy Mohammed avatar  avatar Yuri avatar Saverio Mazza avatar Tenvi avatar Tuan Duc Tran avatar Johnson Mao avatar Jia-Hao Lin avatar

Watchers

 avatar  avatar

Forkers

bb81a

jinrup.me's Issues

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.