Coder Social home page Coder Social logo

shehabadel / instagram-clone-ipp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.35 MB

Internet Programming main project. An Instagram clone using HTML5, CSS3, jQuery, PHP, and MySQL.

CSS 15.17% HTML 32.68% JavaScript 27.58% Hack 3.29% PHP 21.29%
bootstrap css html javascript jquery php

instagram-clone-ipp's Introduction

Hey, it's Shehab ๐Ÿ‘‹๐Ÿค–

LinkedIn Hashnode Sound Cloud

Anurag's GitHub stats

Founder of Stack Info

I am a SWE @ Halan, previously @ Sakneen, previously @ Siemens DISW, and Founder @ Stack Info. I have massive passion for everything related to computers especially fullstack web development, problem-solving and open-source contribution. I strive to build softwares that will leave an impact in people's lives. I am also a hardcore fan of FC Bayern Munchen and Daft Punk ๐ŸŽท

Daft punk

const shehab = {
  programmingLanguages: ["Typescript","JavaScript", "Java", "Golang", "Python", "C++","SQL"],
  stack: {
    backend: ["Node.js","Express.js", "TypeGraphQL", "Apollo GraphQL"],
    frontend: ["React.js","Redux","HTML5","CSS3","Bootstrap","Tailwind","jQuery"],
    databases: ["MongoDB","Mongoose", "Prisma", "PostgreSQL"],
    services: ["Redis", "SocketIO", "REST APIs","GraphQL"],
    
  },
  currentlyLearning: ["Docker๐Ÿณ", "Kubernetes", "Nginx"]
};

Thanks for coming by!

instagram-clone-ipp's People

Contributors

ingy-mysara avatar olaalnajjar avatar reemkhaledaboushama avatar shehabadel avatar

Stargazers

 avatar

Watchers

 avatar

instagram-clone-ipp's Issues

Create `post` page

Create a post page that shows a post by id.

It should has the following url share2-go.com/posts/:id

For example:
share2-go.com/posts/12323

It should redirects to a page that will fetch a post that has id of 12323.

Using Cloudinary as photos hosting

Consider uploading profile pictures/posts' photos in a cloud hosting like Cloudinary.
The process is going to be like this

  1. Retrieve the file uploaded from the posts form.
  2. Call Cloudinary API and upload it.
  3. Retrieve the hyperlink of the uploaded picture.
  4. Include it with the POST request data in the database.

Implement the above requirements in php or javascript.

PHP `include` failed to open stream when including external files

Whenever I try to include an external php file in home.php I receive this error
: include(./inc/head.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\Instagram-Clone-IPP\pages\home\home.php.

Code snippet:

<head>
   <!-- Problem with navigation to other directories-->
<?php include './inc/head.php'?>
    <link rel="stylesheet" type="text/css" href='../../css/home.css'>
    <title>Home</title>
</head>

But If included the head.php file in the same directory as the home.php like the snippet below, it will work correctly.

<head>
   <?php include 'head.php'?>
    <link rel="stylesheet" type="text/css" href='../../css/home.css'>
    <title>Home</title>
</head>

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.