An open API service indexing awesome lists of open source software.

https://github.com/the24thds/read-it

Reading list app using Electron
https://github.com/the24thds/read-it

electron javascript pouchdb reading-list todoapp

Last synced: about 2 months ago
JSON representation

Reading list app using Electron

Awesome Lists containing this project

README

          

# read-IT

read IT is an app that I made in order to challenge myself and because I needed a way to save articles that I wanted to read.
It has a pretty good UI, considering that I am 0% artistic and it gets the job done!

Functions:
- it acts like a todo app
- you can store items with URLs
- when you click an item that contains a link, it will open the link in your default browser
- when you check an item it gets disabled but it gives you 2 seconds time to uncheck it, after that, is gone forever

Below you can see some images

| Main window | Completed item | Add a new item |
| --- | --- | --- |
| ![img1](https://i.ibb.co/9474K09/3-A9-D2-C22-83-B8-4-A04-96-E9-228173-D9-D8-FE-png.jpg "Main Window") | ![img2](https://i.ibb.co/nMYbX5s/52-C7-EEC8-F1-BB-4057-81-ED-3-DDDF7-A872-AD-png.jpg "Completed item") | ![img3](https://i.ibb.co/KXm7SLn/D710-CBA9-D26-D-44-CB-973-F-3-E77-B0890-EC3-png.jpg "Add new item") |