- Download install the Stripe library (download it using composer)
$ composer require stripe/stripe-php
- Load the Stripe library onto your project
require_once('vendor/autoload.php');
- Change Stripe API key with yours: open the server.php file and add your key
\Stripe\Stripe::setApiKey("sk_yourkeygoeshere");
- Download / clone project link and from the repository
- Access the resources using on your local server
This project represent a presentation website for a fictitious wildlife organization dedicated to fight against the extinctions of animal species, in this case the fight to preserve the tigers species and stop the current extinction process.
The project was created with the purpose to showcase the design skills rather than implement more advanced functionality. Also focused on the responsive design to display on a range of devices.
- Single page application
- Section to section navigation
- Donation payments (single charges using stripe.js)
- HTML & CSS, PHP, Bootstrap 4, JavaScript
- Stripe.js for processing donations
- Leverage browser caching
- Subscribing to newsletter
- Fix tiger last home video
- Add lightbox plugin to view images