Improvement #28463
openNext Js Study and project training
Added by Vivek V about 1 month ago. Updated 2 days ago.
0%
Updated by Devika Rajendran about 1 month ago
- Status changed from Assigned to In Progress
studied next.js basics,
installation, folder structure,
creating next app and deployment
Updated by Devika Rajendran about 1 month ago
studied next.js routing;
nested routes, navigation between pages ,
linking between pages, redirects.
created next.js app, practiced above ones
Updated by Devika Rajendran about 1 month ago
studied next.js rendering:
server components- static rendering,
dynamic rendering,
streaming, benefits of server rendering.
done adding stylessheets to the next.js app
Updated by Devika Rajendran about 1 month ago
started doing maqam project into next.js,
integrated the html , css and other necessary components in next.js app
created completed integrating home page,
created hotel section,
started doing hotel searchpanel
Updated by Devika Rajendran about 1 month ago
Done the search panel for hotels. Fetched location/city dynamically from Elastic data.
Implemented check-in and check-out datepicker functionality. Added validations for date selection to prevent invalid inputs.
Implemented adult and child count inputs. Added functionality to capture age for each child.
Created Add Room and Remove Room functionality. Validations implemented for all room-related inputs. Fetched nationality list.
Encountered errors due to TypeScript typing. Created a separate TypeScript file for type definitions. Built interfaces for each component and imported them properly. Resolved most type-related issues and improved type safety.
Attended product training class
Updated by Devika Rajendran about 1 month ago
issue persisted in opening guest/nationality section. corrected the import issue.
style changed when added react to html, close button not dosplaying. added close button and functionality.
fetched getcountry api for getting nationality. error showing-body params issue. so fetched pretoken and token to give in body.
understood it cant be stored in server component.so transformed it into the client component
Updated by Devika Rajendran 30 days ago
studied next.js file conventions,
next.js layouts,
loading.js,
notfound.js
Updated by Devika Rajendran 19 days ago
studied postgresql database:
create table,insert into,fetch data,add column,update,alter column,drop column,delete,drop table
studied postgresql syntax.
studied node.js basic configurations for building applications concept.
Updated by Devika Rajendran 18 days ago
studied postegreSql . studied node.js.
studied integrating database, backend with frontend
Updated by Devika Rajendran 3 days ago
completed next.js task- show listing and clicks navigates to details page.
created using static file as well as dynamically by passing params.
fixed type errors in seo admin section -flight and makkah
created new fields for storing values and passed in controller and frontend interface
Updated by Devika Rajendran 2 days ago
done next.js task of localization
fixed errors in flight module during edit , create of cities and routes