tailerchimchar / therapywebsite

Therapy website for Tam
0 stars 0 forks source link

Migrating from react app to next.js #20

Closed tailerchimchar closed 7 months ago

tailerchimchar commented 7 months ago
  1. Got rid of all react-dom and react scripts (can see that in dependencies in package.json)
  2. Added tailwindcss for use in globals.css
  3. Got rid of unnecessary files that were part of the react app
  4. Created a new navigation bar that needs styling in the future
  5. Changed code to agree with next.js, for instance the link href and also the instagram/linkedIn images. Also Tam's headshot had to be modified.
  6. Imported next.js image and link.
  7. Included all new files in the pages directory and also we have components such as "navbar.js" in the components directory