No it's not github readme.md
It's a beautifully designed React based web application for you to read your favourite news articles from standard news journal with a feature to subscribe to the newsletter as well.
- The design and user interface component is implemented using React along with CSS.
- Users can see featured news article from top news journal which is fetched using News API.
- Users can also get themselves subscribed to the newsletter.
- The subscription to the newsletter is provided through Mailchimp API.
- Dedicated page for reading articles(to be updated soon).
Use the package manager npm to install dependencies.
npm installRun the application on the development server(http://localhost:3000/)
npm startTwo APIs are used:
Create an environment variable file(.env) and put your Mailchimp and News API Endpoint in a variable to use it into the project.




