Skip to content

BionicCat27/My-Simple-Priorities

Repository files navigation

My Simple Priorities

Description

My Simple Priorities is a simple priority management website. Visit the live version at my-simple-priorities.web.app

Instructions

  1. (Optional) Start the Firebase emulator by running: npm run docker
  2. Start the dev server by running: npm run dev
  3. Visit http://localhost:5000
  4. Add and manage your priorities!

Architecture/Design

This project is built with Firebase and React, in HTML, CSS, and JavaScript.

The important concepts to know are:

  • An Object is a unit that contains information
  • A Type stores and enforces the format of information in Objects
  • A Display is a format for displaying Objects from a Type
  • A Screen is a page containing Displays and other buttons