Weekly newsletter summary email
Build a serverless app to consolidate your email subscriptions into a single weekly summary email. This will declutter your inbox and combine the email newsletters you've subscribed to.
Through this project, you'll work with and become more familiar with RSS feeds. If you choose to implement the parser yourself, you'll also practice how to parse XML.
Let's build an RSS feed reader! Most news websites, blogs, podcasts, maintain a RSS feed which gives real-time content updates. You'll build a tool for fetching and converting the feed with a given RSS feed URL. If you aren't familiar with RSS, here's a great introduction to how RSS feeds work.
For an extra challenge
To get practice with front-end development, you can create a web page to display the parsed feed content.
If you only want to practice working with RSS without the front-end portion, you can work on this project instead to implement this in the terminal.
The awesome set of verified mentors will provide guidance and mentoring help when you are stuck.
Suresh Atta
Build a serverless app to consolidate your email subscriptions into a single weekly summary email. This will declutter your inbox and combine the email newsletters you've subscribed to.
Set up a CI/CD workflow which will produce a screenshot of your homepage and keep it updated as you keep changing the code. This kind of always-up-to-date screenshot can be useful for your README or as the basis of marketing materials that include screenshots of your website. You can even use these images to perform [visual regression testing](https://medium.com/loftbr/visual-regression-testing-eb74050f3366)!
A form often needs to be used to pass data to various other applications. In many cases, it could be a database, in others, it may be to give a specific answer or a quote. Regardless of how the information may need to be used, it is an important skill to be able to move data to new pages so it can be manipulated for use in further code. For this project, you will create a HTML web form.
More coming soon...