Skip to content

A free, open-source platform crafted specifically for beginners to master Git. Designed with simplicity and ease of understanding in mind, this platform provides an accessible entry point for anyone looking to enhance their version control skills.

License

Notifications You must be signed in to change notification settings

nicholasadamou/learn-git

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2025
Mar 21, 2025
Mar 21, 2025
Mar 3, 2025
Mar 21, 2025
Mar 2, 2025
Mar 3, 2025
Mar 2, 2025
Mar 2, 2025
Mar 3, 2025
Mar 21, 2025
Mar 2, 2025
Mar 21, 2025
Mar 2, 2025
Mar 14, 2025
Mar 2, 2025
Mar 11, 2025
Mar 11, 2025
Mar 2, 2025
Mar 2, 2025
Mar 2, 2025

Repository files navigation

Learn Git

Vercel Next JS TypeScript PNPM MIT License

learn git

Learn Git is a free and open-source platform to learn Git. It is designed to be simple and easy to understand for beginners.

โญ Features

๐Ÿญ Frameworks

  • Next.js - The React Framework for the Web (with App Directory)

๐Ÿฎ Platforms

  • Vercel โ€“ Deploy your Next.js app with ease

๐Ÿ’ UI

  • Tailwind CSS โ€“ Utility-first CSS framework for rapid UI development
  • Shadcn/ui โ€“ Re-usable components built using Radix UI and Tailwind CSS
  • next/font โ€“ Optimize custom fonts and remove external network requests for improved performance
  • MDX โ€“ Markdown for the components

๐Ÿด Code Quality

  • TypeScript โ€“ Static type checker for end-to-end type safety
  • Prettier โ€“ Opinionated code formatted for consistent code style
  • ESLint โ€“ Pluggable linter for Next.js and TypeScript

๐Ÿ‘ Performance

๐Ÿ“ฆ Apps and Packages

  • web: The main Next.js application
  • UI: Shared UI components

๐Ÿ› Architecture

Learn more about the project's architecture in the architecture document.

๐Ÿš€ Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/nicholasadamou/learn-git.git
    cd learn-git
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Create a .env.local file in the root directory and add the following environment variables:

    GITHUB_TOKEN=<YOUR_GITHUB_TOKEN>

    This is used to get the latest commit for this project from the GitHub API to be used in the footer.

Development

Running the Development Server

Start the development server with the following command:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser to view the application.

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

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, check out the following resources:

You can also visit the Next.js GitHub repository for more information and to contribute feedback or code.

๐Ÿ“œ License

This project is licensed under the MIT License. For more information, see the LICENSE file.

You can check out the Next.js GitHub repository.

About

A free, open-source platform crafted specifically for beginners to master Git. Designed with simplicity and ease of understanding in mind, this platform provides an accessible entry point for anyone looking to enhance their version control skills.

Resources

License

Stars

Watchers

Forks