API PRO is a modern, animated landing page designed to showcase a powerful API platform. Built with React and Vite, it features a sleek, responsive UI styled with Tailwind CSS and dynamic animations powered by Framer Motion. This project is also designed with PWA capabilities in mind, offering offline use and installability.
- React + Vite: Leveraging the speed and efficiency of Vite for a fast and modern development experience.
- Tailwind CSS: For a utility-first approach to styling, ensuring a sleek and fully responsive user interface.
- Framer Motion: Implements smooth, engaging animations and transitions throughout the application.
- Simulated Client-Side Routing: Seamless navigation between sections (Home, Features, About, Contact) without full page reloads.
- PWA Support (Planned): Designed to be installable and offer offline access for an enhanced user experience.
- Animated Loading Screen: A custom loading screen with a placeholder GIF and engaging animations.
- Fully Responsive Design: Optimized for optimal viewing and interaction across all devices, from desktop to mobile.
- Cyberpunk Themed UI: A distinct visual style featuring dark backgrounds, purple neon accents, and glowing text effects.
Follow these steps to get API PRO up and running on your local machine.
-
Clone the repository:
git clone https://github.com/subothr14/api_pro.git
-
Install dependencies:
npm install
To start the development server and view the application in your browser:
npm run devTo preview the app on your mobile device on the same Wi-Fi network:
npm run dev -- --hostTo build the application for production deployment:
npm run buildTo preview the optimized production build locally:
npm run previewThis project is open-source and available under the MIT License.