This app scrapes the NPR News website on button click. The user then has the ability to save any of the articles displayed. The user can then leave comments on any of the saved articles and delete any of the comments as well.
to install locally run this command in your terminal
git clone https://github.com/oserenchenko/Latest-News.git
once inside the Latest_News folder, run
npm install
then, start the server
node server.js
finally, open
localhost:3000
in your preferred web browser
- HTML - website structure
- CSS - styling
- Bootstrap - styling framework
- Handlebars - JS templates
- Javascript - website logic
- jQuery - manipulating the DOM
- MongoDB/Mongoose - database and object modeling
- Node.js - JS runtime
- Express - web framework for Node.js
- Cheerio - npm dependency for scraping websites
- NPR News - news source
This project is licensed under the MIT License - see the LICENSE.md file for details
