Coder Social home page Coder Social logo

kd1729 / multiuser_todoapp_from_scratch Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 1.24 MB

MultiUser TODO App made from Scratch using ReactJS

Home Page: https://multiuser-todo-app.netlify.app/

HTML 3.22% JavaScript 71.31% CSS 25.47%
reactjs todo firebase firestore multiuser login-signup

multiuser_todoapp_from_scratch's Introduction

Hello there! , I am Kaustubh Dwivedi โœŒ

kd1729

๐Ÿ“ซ Reach me at:

My Resume

Hii๐Ÿ‘‹,

I am Kaustubh Dwivedi, 2023 CSE graduate from VIT Vellore.
I am passionate about technologies and open source.

  • โš™๏ธ What I know : Frontend(ReactJS/NextJS), Windows Developemnt(C/C++/Win32), Software Engineering.
  • ๐Ÿ™ƒ Some knowledge on : Developing APIs, Backend Developemnt, Data Science/ML, Big Data(Hadoop, Spark, Scala).
  • ๐Ÿ”ญ Iโ€™m currently working as an Associate Software Engineer at Ivanti.
  • ๐ŸŒฑ Languages I know : C/C++, Python3, Java, JS.
  • โšก Languages I am learning : Rust, Haskell, Golang.
  • ๐Ÿ’ฌ Major Hobbies : Reading, Movies, Coding, Music, Video Games.
  • โšฝ Sports I like : Football, Badminton, Table Tennis.
  • ๐Ÿ˜‡ Talk to me about : Movies/Web Series, Football, F.R.I.E.N.D.S., Space, Science.

GitHub Stats ๐Ÿ“Š

ย kd1729

kd1729


โญ๏ธ From Kaustubh Dwivedi

multiuser_todoapp_from_scratch's People

Contributors

kd1729 avatar primetanm avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

primetanm

multiuser_todoapp_from_scratch's Issues

useEffect loop

Line 13 of app.jsx:

useEffect(() => {
getDoc(user).then((doc) => {
setTODO(doc.data().todos);
});
}, [user]);

This causes an infinite loop of requests to the firestore database, racking up about 50,000 requests an hour. Is there a good method for allowing useEffect to render setTODO without this error?

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.