Skip to content

ilisescu03/TDP-Slideshow

Repository files navigation

TDP Slideshow

A modern slideshow web/apk application built with React.js
Fast • Responsive • Interactive


📌 About the Project

TDP Slideshow is a web/apk-based application designed to create and display interactive slideshow presentation directly in the browser or as apk on the mobile. The application allows users to navigate through slides smoothly. This app is made for displaying a short and simple presentation for TDP Metal Construct about the purpose of this company.

This project was developed as part of a frontend learning process, focusing on modern React development patterns and best practices.


✨ Features

  • 📽️ Interactive slideshow navigation
  • ⚡ Fast rendering using React and Vite
  • 📱 Fully responsive layout
  • 🧩 Component-based architecture
  • 🎨 Clean and minimal UI design

🛠️ Technologies Used

  • React.js – Frontend library
  • Vite – Development and build tool
  • JavaScript (ES6+)
  • HTML5
  • CSS3
  • Node.js & npm
  • Git & GitHub

📂 Project Structure

TDP-Slideshow/
│── public/
│── src/
│   ├── components/
│   ├── assets/
│   ├── App.jsx
│   └── main.jsx
│── index.html
│── package.json
│── vite.config.js
│── README.md

⚙️ Installation

  1. Clone the repository
git clone https://github.com/ilisescu03/TDP-Slideshow.git
  1. Navigate into the project directory
cd TDP-Slideshow
  1. Install dependencies
npm install

🚀 Running the Application

npm run dev

The application will be available at: https://tdp-slideshow.netlify.app/


📜 Available Scripts

  • npm run dev – Starts the development server
  • npm run build – Builds the app for production
  • npm run preview – Previews the production build

⚠️ Usage Notice

This project is intended to be used strictly as a template or learning reference. Direct copying or redistribution of the application as-is is not permitted.

You are encouraged to adapt, modify, and build upon this project for educational or personal purposes.


📄 License

This project is licensed under the MIT License.


👤 Author

Ilișescu Adrian
GitHub: ilisescu03