added dashboard with add delete and recently view the projects

This commit is contained in:
2025-05-19 14:50:33 +05:30
parent eebc91831d
commit 0ecb85a211
33 changed files with 1467 additions and 288 deletions

View File

@@ -20,6 +20,7 @@ export const signUpApi = async (
}
const result = await response.json();
console.log("result: ", result);
return result;
} catch (error) {
echo.error("Failed to sign-up");