From 317b991590f1c5c7435f03dce8b859d15cabe425 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Wed, 8 Sep 2021 11:54:31 +0530 Subject: [PATCH] initial react app --- package.json | 3 + public/index.html | 1 + src/App.js | 29 +++++---- src/BulkEmail.js | 149 ++++++++++++++++++++++++++++++++++++++++++++++ yarn.lock | 125 ++++++++++++++++++++++++++++++++++---- 5 files changed, 282 insertions(+), 25 deletions(-) create mode 100644 src/BulkEmail.js diff --git a/package.json b/package.json index 899f0fd..cb10506 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,11 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", + "axios": "^0.21.4", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-notifications-component": "^3.1.0", + "react-router-dom": "^5.3.0", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, diff --git a/public/index.html b/public/index.html index aa069f2..6ef9daf 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> +