Skip to content

DavidIlie/personal-dashboard

new-app
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Personal Dashboard

Currently, this is a personal dashboard tailored to my needs. The page is created using NextJS, TailwindCSS and Typescript.

WARNING: this is a development branch of me implementing all the features required to make this app usable by more people than just me, due to the huge interest in this reddit post.

Things that are/need to be added:

  • SQLite3 integration with Prisma
    • Create all models for each table
  • Setup page
    • First page (ask name)
    • Second page (create account)
    • Third page (modules - enable and add api keys for them)
      • Weather API Key Module
      • News API Key Module
        • Be able to decide their interestes/which page they like
      • IP Location API Key Module
    • Fourth page (summary)
  • Make /home fetch data from the database
  • Admin page
    • Add new services
    • Enable/Disable/Update Modules
  • Light/Dark mode

more features can be requested by creating a new issue