Skip to content

saket349/bookTracker-soc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Tracker - Soc 21

Mentors - SAKET / SACHIN

Flutter coordinator - Shibashis

Mentees:

  • Samyak Gaikward
  • Rounak Dalmia
  • Vinit Nikam
  • Jatin Mankar
  • Rushi Chavda

About the repository:

  • number of branch : 2
  • Code branch for frontend screens
  • main branch for resorces and backend tools

Codes are there in different branch

Term 1 Materials-

Term 2 (post-midsem) -

Material for week 2

Task 1 : designing screen for authentiacation system (deadline: 15th May)

  • in this task you are supposed to design screens for your authentication system
  • Authentication system will have 3 screens backgroud color all pages: Color.fromRGBO(229, 229, 229, 1)

Screen1: Home page: this the main screen which says about the login and signin

 New Here (bg:-Color.fromRGBO(56, 166, 167, 1),TextStyle(
                         color: Colors.white,
                         fontSize: 24,
                       ),)
    Login (bg:-Color.fromRGBO(36, 130, 140, 1),TextStyle(
                         color: Colors.white,
                         fontSize: 24,
                       ),)
 BOOK TRACKER(fontSize: 36,
                         fontWeight: FontWeight.bold,
                         letterSpacing: 1.5,)

Screen2: register page: for new users

# Login ,Register Page 
Button:- 
   Color :-  Color.fromRGBO(56, 166, 167, 1),
   Border Radius :- 30
   Text:- fontsize- 14

#Login ,Register Text Fields :- 
 	fillColor: Color.fromRGBO(229, 229, 229, 1),

# Sign in with Google          
    	fontSize: 20,
    	color: Colors.grey,

Screen3: login page: for registered users

#Login Register Page
Text Header:-
   color: Color.fromRGBO(56, 166, 167, 1)
   fontSize: 38
   fontWeight: FontWeight.w900

Task 2: connecting authentiacation screens with firebase (deadline: 25th May)

You will we required to connect your authentication screens with firebase, so they can stores user data for authentication system.

Term 3

drive link- NodeJS session

Objectives:

  • learn basic fundamentals of ndoejs and expressjs

  • learn to connect node server with database (mongoose)

  • Build APIs and connect backend with frontend


< Happy Coding ! ♥️ />

About

WnCC SOC project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors