From 8bcb17ab3d87ee8a882297581c8c7204e295b7c3 Mon Sep 17 00:00:00 2001 From: Samyak Aditya <91079592+samyak-aditya@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:25:06 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b16c1cd..71a2fbe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # First-Checkpoint- This repo will contain PR of the work done by teams till Checkpoint 1(Day 1,March 15 5p.m.). Your PR should contain the repository link and also mention what functionality you have implemented till now. + +## Team - Ctrl Shift + +### Github repo - [ https://github.com/samyak-aditya/Climato ] + +### Frontend: + +* Completed signup and signin pages for users. +* In progress: Developing landing page and signin/signup functionality for recyclers. + +### Backend: + +* Implemented database models for users, recyclers, and blog. +* Implemented signin and signup functionality for users. +* Implemented JWT authentication.