Switched to local MongoDB
This commit is contained in:
+14
-5
@@ -1,7 +1,16 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: darkorange;
|
||||
.datePicker :hover {
|
||||
border-color: "#212121";
|
||||
}
|
||||
body {
|
||||
background-color: whitesmoke;
|
||||
.datePicker :focus {
|
||||
border-color: "#1976d2";
|
||||
border-width: "2px";
|
||||
}
|
||||
.datePicker{
|
||||
color:"red";
|
||||
background:"red";
|
||||
}
|
||||
|
||||
.colormebaby{
|
||||
background-color:"red";
|
||||
color:"red"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
1. When creating profile in the Profile form need to be added validation for the
|
||||
email because if the email is not email it gets sent to the server and crashes
|
||||
Fix all the form data apis, formData
|
||||
Extract the inpudate component from addeducation
|
||||
maybe fix that addeducation
|
||||
|
||||
@@ -2,6 +2,7 @@ import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import App from "./App";
|
||||
|
||||
import "./App2.css";
|
||||
const root = ReactDOM.createRoot(
|
||||
document.getElementById("root") as HTMLElement,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user