About this project
I have a yoga website created with WordPress and I wanted to try and recreate it with Next.js. It needed a very basic blog and information about the classes.
The plan in the future is to create a booking system. This will be a team effort as I prefer working with frontend frameworks.
Stumbling blocks
The biggest issue here was replicating the blog posts that were so easy to do in WordPress. I didn't want a full CMS system so I started with a data.JSON file with the blog information and first paragraph. I choose Firebase to experiment with it, and it was really simple to get the database setup. However I couldn't figure out how to store multiple paragraphs of data.

Future improvements
- Booking system
- Ability to login as student and admin.
Visit my Yoga website or visit the Github repository for this project.