Skip to content

Web browser tab names updated per view#12

Open
Wendy-Alejandra wants to merge 163 commits into
Laboratoria:mainfrom
Mcarrobof24:main
Open

Web browser tab names updated per view#12
Wendy-Alejandra wants to merge 163 commits into
Laboratoria:mainfrom
Mcarrobof24:main

Conversation

@Wendy-Alejandra

Copy link
Copy Markdown

No description provided.

Mcarrobof24 and others added 30 commits February 8, 2024 16:15
-favicon added as well
-viewport
-Components folder added
-data folder and dataset.js added
-lib folder and dataFunctions.js, api.js files added
-views folder with their views/components files added
-router file added
-style.css added
-test folder added
-Cards.js html added but to be reviewed
-index.js to be reviewed
-Home.js to be reviewed
router.js file has the following characteristics:
- Store application routes.
- For a given route in the URL, generate the appropriate view.
- Respond to in-app navigation.
- Loading an error page.
- Respond to forward and back navigation in the browser
- Add file error test
-router.js: setRootEl(newRootElvalue), setRoutes(newRoutesValue),
renderView(pathname, props={}), navigateTo(pathname, props),
onURLChange(location) functions created
-index.js: routes defined in router, "root element" passed to router,
router invoque view rendering
-Home, Cards, Error views created
-Footer component created
-index.html: script source changed to index.js
- StyleHome.css file deleted.
- views/Home.js added classes for styles.
- addEventListener in BUTTON.
Wendy-Alejandra and others added 30 commits March 19, 2024 14:27
menu.spec.js test component running 100%
dataset changed to english and styles to cards
Cards.js responsive for 400px
IndividualChat view responsive design updated
Error.js view css responsive applied
IndividualChat.js and groupChat.js views' styles updated
Readme updates still pending...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants