Code Monkey home page Code Monkey logo

quote-unquote-web-app's Introduction

Endorsement List Application

This is a simple web application that allows users to publish endorsements. The endorsements are stored in a Firebase real-time database and are displayed in real-time on the page.

You can view the live application here.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Firebase

How to Use

  1. Write your endorsement in the text area.
  2. Fill in the "From" and "To" fields.
  3. Click the "Publish" button to publish your endorsement.
  4. Your endorsement will appear in the "Endorsements" list below the button.
  5. Click on an endorsement in the list to remove it.

Project Structure

  • index.html: This file contains the HTML structure of the application. It includes a text area for the endorsement, input fields for the "From" and "To" fields, a "Publish" button, and a list for the endorsements.
  • style.css: This file contains the CSS styles for the application. It styles the text area, input fields, button, and list.
  • script.js: This file contains the JavaScript code for the application. It handles the click event for the "Publish" button, pushes the endorsement to the Firebase database, and updates the endorsements list whenever the database changes.

Setup

To run this project, you will need to add your Firebase configuration to the script.js file. Replace the firebaseConfig object with your own configuration object from the Firebase console.

const firebaseConfig = {
  apiKey: "your-api-key",
  authDomain: "your-auth-domain",
  databaseURL: "your-database-url",
  projectId: "your-project-id",
  storageBucket: "your-storage-bucket",
  messagingSenderId: "your-messaging-sender-id",
  appId: "your-app-id"
};

After adding your Firebase configuration, you can open index.html in your browser to use the application.

Note This project is still in development. Error handling and input validation will be added in the future.

Please replace the firebaseConfig object with your own Firebase configuration.

quote-unquote-web-app's People

Contributors

anonys6 avatar

Watchers

 avatar

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.