Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The dashboard html page in the newAccount folders should be refactored as a component #6

Open
YetAnotherJonWilson opened this issue Aug 11, 2022 · 1 comment

Comments

@YetAnotherJonWilson
Copy link
Collaborator

YetAnotherJonWilson commented Aug 11, 2022

Note that React Components by default go into the pages folder.

From the Next.js docs (https://nextjs.org/docs/basic-features/pages):

In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name.

@YetAnotherJonWilson YetAnotherJonWilson changed the title The html pages in the accountData and newAccount folders should be refactored as components The dashboard html page in the newAccount folders should be refactored as a component Aug 24, 2022
@YetAnotherJonWilson
Copy link
Collaborator Author

The dashboard.html page in the accountData folder uses the calendar.js file and calendar.css to create a calendar--see here to see how that calendar was built: https://css-tricks.com/how-to-make-a-monthly-calendar-with-real-data/

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

When branches are created from issues, their pull requests are automatically linked.

1 participant