A modern slideshow web/apk application built with React.js
Fast • Responsive • Interactive
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.
- 📽️ Interactive slideshow navigation
- ⚡ Fast rendering using React and Vite
- 📱 Fully responsive layout
- 🧩 Component-based architecture
- 🎨 Clean and minimal UI design
- React.js – Frontend library
- Vite – Development and build tool
- JavaScript (ES6+)
- HTML5
- CSS3
- Node.js & npm
- Git & GitHub
TDP-Slideshow/ │── public/ │── src/ │ ├── components/ │ ├── assets/ │ ├── App.jsx │ └── main.jsx │── index.html │── package.json │── vite.config.js │── README.md
- Clone the repository
git clone https://github.com/ilisescu03/TDP-Slideshow.git
- Navigate into the project directory
cd TDP-Slideshow
- Install dependencies
npm install
npm run dev
The application will be available at: https://tdp-slideshow.netlify.app/
- npm run dev – Starts the development server
- npm run build – Builds the app for production
- npm run preview – Previews the production build
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.
This project is licensed under the MIT License.
Ilișescu Adrian
GitHub:
ilisescu03