Skip to content

wenjietee/articledex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Dex

About the app

Article Dex is a progressive web application that allows busy users to save web articles of interest to read later. Users can further save articles locally to read it on the offline version of the application if an internet connection is unavailable.

Application Link

Chrome Extension

A Chrome extension for Article Dex is avaliable to allow users to save web articles even while away from the main application.

Chrome Extension Github

Tech Stack

This application is built with Django, React, PostgreSQL and MaterialUI.

Installation

  • ensure pipenv and npm are installed.
  • git clone https://github.com/wenjietee/articledex.git
  • in terminal run these commands to start django server.
  • pipenv shell && install
  • pipenv run python manage.py migrate
  • pipenv run python manage.py runserver
  • to start frontend run these commands.
  • cd client
  • npm install
  • npm start

Resources

Using service workers With React

How to scrape a medium publication

MDN Progressive web apps

About

An app to save web articles for later reading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published