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.