Skip to content

nataliemarleny/SingleTok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singletok 🌷📱🎥

Singletok is a simple, mobile-friendly web project that displays a scrollable list of entries with images, descriptions, and links. The project consists of a single HTML file.

Preview

Preview Here: https://nataliemarleny.github.io/SingleTok/

SingleTok Application

Demo

To see the project in action, open index.html in a browser.

Installation

  1. Clone the repository:
    git clone https://github.com/nataliemarleny/SingleTok.git
  2. Navigate to the project directory:
    cd SingleTok
  3. Open index.html in your browser.

Usage

  • Scroll through the entries to view content.
  • Click on "Learn More" buttons to visit external links.

Customization

You can modify the content in script.js by editing the entries array:

const entries = [
  {
    title: "Example Title",
    description: "Description text here.",
    imageUrl: "https://example.com/image.jpg",
    link: "https://example.com",
  },
];

License

This project is open-source and available under the MIT License.

Author

Developed by Natalie Marleny.

About

Single HTML file, TikTok-style webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages