Code Monkey home page Code Monkey logo

instagram-clone's Introduction

Instagram clone

Screenshot 2566-10-08 at 20 41 41

This is Instagram clone project using Next.js, React, Material-UI, Tailwind CSS and React-icons. Come with responsive design and following features:

  • login page (without any authentication/guest login)
  • home page
  • reponsive menu
  • mocked feed data

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • yarn

    npm install --global yarn

Installation

  1. Clone the repo or extract the zip file

    SSH
    git clone [email protected]:Kadphol/instagram-clone.git
    HTTPS
    git clone https://github.com/Kadphol/instagram-clone.git
  2. Install packages

    yarn
  3. Use this command to run project

     yarn dev
  4. Open http://localhost:3000 with your browser to see the result.

Usage

Login page

Screenshot 2566-10-08 at 20 41 56

  • Enter home page without any login/authentication will direct to login page
  • Can login with any valid email (email format) and valid password (one uppercase, one lowercase, one number and at least 8 characters) or using guest login
  • After login, will redirect to home page

Home page

Screenshot 2566-10-08 at 20 41 32

  • Can see feed list
  • Can like/unlike post
  • Can comment post
  • Can see comment list
  • Can logout to go back to login page by click on the menu and click Log out

Unit test

  • Run unit test by using this command

    yarn test
  • Run unit test with coverage by using this command

    yarn test:cov

    and see the coverage report in /coverage/lcov-report/index.html on root directory of project after run this command

Roadmap

  • Refactor post component extract to smaller one.
  • Add modal for comments when click view all comments instead of display it all.
  • Add mock story feed.
  • Manage data to state management.

instagram-clone's People

Contributors

kadphol 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.