Skip to content

Agon269/twirl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twirl

A website that lets coders share their coding problems and other coders can help solve with detailed video explanation.

Demo

Live

Screenshots

App Screenshot

Logo

Features

  • Users can share their coding problems with others
  • Other users can help solve the problem with video
  • Users can comment if solution is helpful or not
  • Light/dark mode toggle

Tech Stack

Client: React, Redux, Chakra-UI

Server: Node, Express, Firebase, MongoDB

Installation

Clone repository

Create a firebase project get api keys and replace the keys in the firebase file

const app = firebase.initializeApp({
  apiKey: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  authDomain: "xxxxxxxxxxxxxxxxxxxx",
  projectId: "xxxxxxxxx",
  storageBucket: "xxxxxxxxxx",
  messagingSenderId: "xxxxxx",
  appId: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  measurementId: "xxxxxxx",
});

client directory

  npm install 
  npm start

same for backend directory

  npm install 
  npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published