Milestone 2
Description
For this milestone, you will have to convert your website from static html / css to a fully functional React webapp! Good luck! Read the Notion for more detailed instructions.
Resources
React Documentation
Next.js Documentation
Notion
Steps
- Learn how to use tsx to write components.
- Convert old html code to tsx.
- Add blog functionality directly in tsx using .map() function, instead of appending to an element like before.
- Style pages using module.css and/or global css
Milestone 2
Description
For this milestone, you will have to convert your website from static html / css to a fully functional React webapp! Good luck! Read the Notion for more detailed instructions.
Resources
React Documentation
Next.js Documentation
Notion
Steps