A fork of WikiTok to present a TikTok-style interface for exploring random GitHub repos.
- 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
- React 18
- TypeScript
- Tailwind CSS
- Vite
Run the commands below in the /frontend folder.
- Install dependencies:
bun install- Run development server:
bun run devNo backend required!
Check it out here at gittok.vercel.app
- Fork the repository
- Create a new branch
- Make your changes and commit them
This project is licensed under the MIT License. See the LICENSE file for details.