Top 5 React Projects for Beginners
A simple to-do list app
This is a great project for beginners because it’s relatively simple to implement and it allows you to demonstrate your understanding of the basic concepts of React.
import React, { useState } from "react";
import axios from "...
suyashchandrakar.hashnode.dev8 min read