Skip to content

News Web App πŸ“° built using Python Django 🌐 and NewsAPI πŸš€ Fetches latest news. 😍 It is a Progressive Web App (PWA) which enables users πŸ‘¨β€πŸ‘©β€πŸ‘¦ to install it on their mobile phones πŸ“± (Android & iOS) as well as Desktop πŸ’» (Windows, Linux, etc.) πŸ”₯

License

Notifications You must be signed in to change notification settings

ajinzrathod/News-Web-App

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

News-Web-App

NewsApp Banner

Website shields.io travis-ci Hits Maintenance

News Web App πŸ“° built using Python Django 🌐 and NewsAPI πŸš€ Fetches latest news. 😍 It is a Progressive Web App (PWA) which enables users πŸ‘¨β€πŸ‘©β€πŸ‘¦ to install it on their mobile phones πŸ“± (Android & iOS) as well as Desktop πŸ’» (Windows, Linux, etc.) πŸ”₯

Checkout the live Website here!

Find the detailed project report here! πŸ“œ

Demo πŸŽ₯

NewsApp Demo

Meet the Developers ✨🌟


Akash Shrivastava
πŸ‘¨β€πŸ’»πŸš΄β€β™‚οΈπŸ“Έ

Akanksha Tamboli
πŸ’»πŸŽ¨

Shreejit Nair
πŸŽ“πŸπŸ“±

Samiksha Naik
πŸ’ƒπŸ“Έ

Development

Note : Make sure you have Python version 3.8+

Environment Setup

$ git clone https://github.com/Akash1362000/News-Web-App.git

$ cd News-Web-App/

If virtualenv is not installed (What is virtualenv?):

$ pip install virtualenv

Create a virtual environment

$ virtualenv venv

Activate the environment everytime you open the project

$ source venv/Scripts/activate

$ git checkout dev

Install requirements

$ pip install -r requirements.txt

That's it. You're all Set!

To run the server:

$ python manage.py runserver

Open your desired browser and head over to http://127.0.0.1:8000/

To exit the environment

$ deactivate

License ✍

MIT License

Copyright (c) 2020 Akash Shrivastava

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Leave a ⭐ from here if you like 😁

About

News Web App πŸ“° built using Python Django 🌐 and NewsAPI πŸš€ Fetches latest news. 😍 It is a Progressive Web App (PWA) which enables users πŸ‘¨β€πŸ‘©β€πŸ‘¦ to install it on their mobile phones πŸ“± (Android & iOS) as well as Desktop πŸ’» (Windows, Linux, etc.) πŸ”₯

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.8%
  • Python 23.3%
  • JavaScript 13.6%
  • CSS 7.3%