Giter Club home page Giter Club logo

1800_202210_dtc06's Introduction

My Web Application (Add your Title here)

General Info

Comidas facilitates connecting locals with tourists to create a stress-free experience during the 2030 Winter Olympic Games.

Technologies

Technologies used for this project:

  • HTML, CSS
  • JavaScript
  • Bootstrap
  • Firebase and Firestore
  • Jquery

Content

Content of the project folder:

 Top level of project folder: 
├── .gitignore               # Git ignore file
├── index.html               # Redirects to pages/main/main.html
└── README.md                # woah, you're reading this now!

It has the following subfolders and files:
├── .git            # Git repo
├── icons           # Icons
├── images          # Images 
├── scripts         # Global Scripts
|   ├─ global.js    # Script to run on every page
|   └─ vendors.js   # Contains 3rd party scripts
├── styles          # Global Styles
|   ├─ global.css   # Styles for every page
|   └─ vendors.css  # Contains 3rd party styles
└── pages           # Pages
    ├─ _partials            # Contains HTML elements to be injected on every page
    |   ├─ header.html
    |   └─ footer.html
    ├─ chat
    |   ├─ chat.html
    |   ├─ chat.js
    |   ├─ friends.html
    |   └─ friends.js               
    ├─ footer_links
    |   └─ about_us.html
    ├─ index
    |   └─ index.html
    ├─ login
    |   ├─ login.html
    |   └─ login.js   
    ├─ main
    |   ├─ main.css
    |   ├─ main.html
    |   └─ main.js   
    ├─ page_info_template
    |   ├─ page_info_template.html
    |   └─ page_info_template.js   
    ├─ profile
    |   ├─ profile.css
    |   ├─ profile.html
    |   └─ profile.js   
    └─ user_selection
        ├─ user_selection.css
        ├─ user_selection.html
        └─ user_selection.js   

Firebase hosting files: 
├── .firebase
	/hosting..cache
├── .firebaserc
├── 404.html
├── firebase.json
├── firestore.indexes.json
├── firestore.rules
├── storage.rules

Acknowledgements

1800_202210_dtc06's People

Contributors

alexsheh97 avatar andrewa1537 avatar forvais avatar keanu963 avatar omargato2 avatar rhysmah avatar

Watchers

 avatar

1800_202210_dtc06's Issues

Cache system will never update entries past the first fetch

Problem

The caching system does not have a way to detect data changes meaning it will never contain up-to-date information.

What is expected

The browser's local storage should flush or update an item if it is determined to be stale or not up-to-date.

Possible Solutions

Firebase most likely includes subscriber functions to watch for data changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.