Skip to content

pranavkarthik10/gittok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

GitTok

A fork of WikiTok to present a TikTok-style interface for exploring random GitHub repos.

Features

  • Vertical scrolling feed of random GitHub repos
  • Repo previews with images, titles and excerpts
  • Share repos directly or copy links
  • Preloading of images and content for smooth scrolling
  • Responsive design that works on mobile and desktop
  • Progressive Web App (PWA) support for installing as a standalone app

Tech Stack

  • React 18
  • TypeScript
  • Tailwind CSS
  • Vite

Development

Run the commands below in the /frontend folder.

  1. Install dependencies:
bun install
  1. Run development server:
bun run dev

No backend required!

Demo

Check it out here at gittok.vercel.app

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes and commit them

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • CSS 4.9%
  • HTML 4.5%
  • JavaScript 2.2%