Scrimba Frontend Developer Path project - BlogSpace || API exercise
The BlogSpace project is a part of the Scrimba Frontend Developer Path and is an API exercise. The aim is to fetch existing blog posts (in the form of lorem ipsum) that consist of a title and post body. The project also involves creating a form with two inputs for title and body, and a button to post a new blog post. The new post will be added at the top of the existing posts. However, it should be noted that the new post will not be saved anywhere after page refresh.
The BlogSpace project is a part of the Scrimba Frontend Developer Path and aims to provide an API exercise. It allows users to fetch existing blog posts, create new blog posts, and view them in real-time on the page. However, it should be noted that the new posts created are not saved anywhere after a page refresh. Overall, this project serves as a practical exercise for practicing API integration and real-time updates on a webpage.