Skip to content

Tired of finding dev.to articles normally? No worries, here's a feed for you!

Notifications You must be signed in to change notification settings

Nick-Gabe/dev.tok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ef175d · Mar 9, 2025

History

41 Commits
Mar 6, 2025
Mar 9, 2025
Mar 5, 2025
Mar 6, 2025
Mar 6, 2025
Mar 9, 2025
Mar 9, 2025
Mar 5, 2025
Mar 5, 2025
Mar 5, 2025
Mar 5, 2025

Repository files navigation

Dev.tok

Dev.tok logo

Contributors Issues

Dev.tok is an open-source web application that leverages the dev.to API to display content in a feed-like manner, similar to TikTok and Instagram Reels. The goal is to enhance user engagement by providing a seamless and interactive browsing experience.

Visit the live website at devtok.xyz.

Features

  • Feed-like Interface: Browse articles in a visually engaging, swipeable format.
  • Comments: View and interact with comments on articles.
  • Localization: Supports multiple languages using i18next.
  • Responsive Design: Optimized for both desktop and mobile devices.

Contributing

We accept contributions of all kinds, including bug fixes, feature requests, and documentation improvements. If you're interested in contributing, here's a quick guide to get you started:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Nick-Gabe/dev.tok.git
    cd dev.tok
  2. Install dependencies:

    pnpm install
  3. Start the development server:

    pnpm dev
  4. Open your browser and navigate to http://localhost:5173.