Skip to content

Dev cami#6

Open
Mcarrobof24 wants to merge 18 commits into
Laboratoria:mainfrom
Mcarrobof24:devCami
Open

Dev cami#6
Mcarrobof24 wants to merge 18 commits into
Laboratoria:mainfrom
Mcarrobof24:devCami

Conversation

@Mcarrobof24

Copy link
Copy Markdown

No description provided.

Mcarrobof24 and others added 10 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
@Mcarrobof24

Copy link
Copy Markdown
Author

ok

1 similar comment
@Mcarrobof24

Copy link
Copy Markdown
Author

ok

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