Skip to main content

Command Palette

Search for a command to run...

Day 30 (30 Days of Code)

Published
1 min read
Day 30 (30 Days of Code)
N

I am Nirbhay Singh , I am starting this blog to document my coding journey of becoming a software developer and to get my first $ 100k offer .

3 August 2023

Finally! On my last day, I made a simple Todo List MERN app from scratch where I used the concepts of props, hooks, and component trees in a bit more advanced way.

  • Video Illustration


  • GitHub Link:

MERN-todo-List

https://github.com/nirbhay-singh100/MERN-ToDo-List


What did I learn?

So I think I have become pretty used to React. Due to this project, I now have a very good understanding of topics such as

  • Props

  • Hooks

  • Managing a component tree

  • fetch API to connect server and client

  • CRUD operations in MERN using MongoDB

30 Days of Code

Part 1 of 28

I created this series to document my regressive learning of 30 days of my summer breaks of 2023. Contents of this series will not follow any pattern. It will a mixture of DSA and web dev.

Up next

Day 29 (30 Days of Code)

1 August 2023 Solved my first hard question on Leetcode and one question on dynamic programming. Median of Two Sorted Arrays My approach: I solved it by merging two sorted arrays into one single sorted array. My solution: class Solution { public: ...

More from this blog

Daily Code by Nirbhay

74 posts

Hey, this is Nirbhay. I started this blog to document my journey of learning to code and get my first $100k offer. I'll be sharing the things related to DSA, backend development, devops and many more.