Skip to content

timchen0326/tims-playland

Repository files navigation

Tim's Playland

This is a Next.js project bootstrapped with create-next-app.

Getting Started

To start the development server, follow these steps:

  1. Install dependencies:

    npm install
    
    # or
    
    yarn install
    
    # or
    
    pnpm install
    
    # or
    
    bun install
    
  2. Run the development server:

    npm run dev
    
    # or
    
    yarn dev
    
    # or
    
    pnpm dev
    
    # or
    
    bun dev
    
  3. Open your browser:

    Open http://localhost:3000 with your browser to see the result.

  4. Start editing:

    You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Features

  • Custom Google Fonts: This project uses next/font to automatically optimize and load Inter, a custom Google Font.
  • Dynamic Navigation: Utilize dynamic and user-friendly breadcrumb navigation.
  • Email Integration: Implement functionality for sending emails from the Next.js application.
  • Resume Editor: Include a customizable resume editor using json-edit-react.
  • Project Showcase: Display featured projects with detailed descriptions and technologies used.

Learn More

To learn more about Next.js, take a look at the following resources:

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
    git checkout -b feature/AmazingFeature
  3. Commit your Changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the Branch
    git push origin feature/AmazingFeature
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Tim Chen - [email protected]

Project Link: https://github.com/timchen0326/tims-playland