Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
/ Threads Public archive

Just a simple clone of the application named "Threads" made by Instagram.

License

Notifications You must be signed in to change notification settings

Miya25/Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS OUT OF DATE INSTEAD YOU SHOULD CHECK OUT NETSOCIAL

logo

Threads Clone

It is a full-stack project that uses React for the frontend and Nodejs for the backend. It's a Threads clone that allows users to create an account, login, logout, follow other users, like and repost, and more.

⚙️ Libraries I used on this project

Setup

  • Open your Terminal in the file directory and type the lines below in order. (For API/Server)
    • yarn install or npm i
      # then
      yarn dev or npm run dev

  • Open your Terminal in the file directory and type the lines below in order. (For FrontEnd/Cleint)
  • yarn install or npm i
    # then
    yarn start or npm run start

Releases

No releases published

Packages

No packages published

Languages