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 Here: https://nataliemarleny.github.io/SingleTok/
To see the project in action, open index.html
in a browser.
- Clone the repository:
git clone https://github.com/nataliemarleny/SingleTok.git
- Navigate to the project directory:
cd SingleTok
- Open
index.html
in your browser.
- Scroll through the entries to view content.
- Click on "Learn More" buttons to visit external links.
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",
},
];
This project is open-source and available under the MIT License.
Developed by Natalie Marleny.