Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (37 loc) · 1.18 KB

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.