This Repository contains React Mini Project that done during internship week 2.
Client: ReactJS
Projects are To-Do-List :
- To-Do-List: This is a small Basic to-do-list that is made in ReactJS In that anyone can list their daily tasks and keep track of it, after complete of the task we can delete it also.
Clone the project
git clone https://github.com/Umang-Bariya/React_MiniProject.gitGo to the project directory
cd React_MiniProjectInstall dependencies
npm installStart the server
npm start