Build me a php project
Budget: ₹600 – ₹1,500 INR
Email a random XKCD challenge
Please create a simple PHP application that accepts a visitor’s email address and emails them random XKCD comics every five minutes.
Your app should include email verification to avoid people using others’ email addresses.
XKCD image should go as an email attachment as well as inline image content.
You can visit https://c.xkcd.com/random/comic/ programmatically to return a random comic URL and then use JSON API for details https://xkcd.com/json.html
Please make sure your emails contain an unsubscribe link so a user can stop getting emails.
Since this is a simple project it must be done in core PHP including API calls, recurring emails, including attachments should happen in core PHP. Please do not use any libraries.
Your code must work on mobile devices like iPhone/Android nicely. They should support swipe and other gestures wherever possible. Again no libraries should be used for swipe gestures.
Please create a simple PHP application that accepts a visitor’s email address and emails them random XKCD comics every five minutes.
Your app should include email verification to avoid people using others’ email addresses.
XKCD image should go as an email attachment as well as inline image content.
You can visit https://c.xkcd.com/random/comic/ programmatically to return a random comic URL and then use JSON API for details https://xkcd.com/json.html
Please make sure your emails contain an unsubscribe link so a user can stop getting emails.
Since this is a simple project it must be done in core PHP including API calls, recurring emails, including attachments should happen in core PHP. Please do not use any libraries.
Your code must work on mobile devices like iPhone/Android nicely. They should support swipe and other gestures wherever possible. Again no libraries should be used for swipe gestures.