Skip to content

jovialgeorge/portflio-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Jovial George

Built with 🧠 by Jovial George

Jovial George - Official Website

👨‍💻This is my official website which is made to manage my personal profile and for staying connected🤝 to all. The website is build basically using HTML, CSS and JavaScript. It is 🌎hosted in Firebase platform. Firebase realtime JSON database🗃 is used as backend database to store essential messages and 💾other data.

Want to know more? Then check out this 👉HERE. Just view my portfolio, Follow me on social platforms to stay posted or else send me a personal message throught it. Tell me your story, I ❤️ feedbacks and meeting people👫.

Features

  • Easy Page 🕹Navigation
  • Personal Messaging📮 Service
  • Responsive📱 Design
  • 👾Interactive and 👪User-Friendly UI

Built With

  • HTML, CSS & JavaScript - Main web technologies
  • Bootstrap - CSS front-end framework
  • JQuery - JavaScript library

Getting Started

  • Prerequisites

    • Sign in to Firebase and create a new project

    • Create a web app inside this project

    • Install Node.js

    • Then install Firebase CLI in Node.js by running this command:

      npm install -g firebase-tools
      
    • Setup Firebase CLI by running this command:

      firebase login
      

      And enter Firebase login credentials

  • Installation

    • Download this source code:

      git clone https://github.com/Jovial248/JovialGeorge.v1.1.git
      
    • Replace this code in each page with your Firebase configuration details from Firebase project overview:

      <!-- Firebase Config Setup -->
        <script>
          // Your web app's Firebase configuration
          var firebaseConfig = {
      	  apiKey: "api-key",
      	  authDomain: "project-id.firebaseapp.com",
      	  databaseURL: "https://project-id.firebaseio.com",
      	  projectId: "project-id",
      	  storageBucket: "project-id.appspot.com",
      	  messagingSenderId: "sender-id",
      	  appId: "app-id",
      	  measurementId: "G-measurement-id",
          };
        
          // Initialize Firebase
          firebase.initializeApp(firebaseConfig);
      
         // Get a reference to the database service
        var database = firebase.database();
        </script>
    • Initiate Firebase app by running this command:

      firebase init
      

Testing

  • Deploy Firebase app on local system by running this command:

    firebase serve
    
  • And Have Fun😉✨

Deployment

  • Deploy🌐 Firebase app by running this command:

    firebase deploy
    

Contributing

Want to contribute? I heartly💖 welcome all contributions and community 📝feedbacks. Please kindly follow this contributing guidelines.

Reporting Security Issues

Security issues⚠️ and bugs can be reported by using label issues and pull requests funtion in Github:octocat:. Or else report privately via 📧email at jovialjohngeorge248@gmail.com. You will receive the response shortly. If for some reason you did not get any😅, Then please go to my official website 👉https://iamjovialgeorge.firebaseapp.com/, It include all my rest available contact details. Just hit me up, I love to talk💬

Authors

License

Licensed under the MIT License.

Acknowledgments

  • Hat tip🎩 to anyone whose open source code was used
  • And StackOverflow😉