BlogSpace

screenshot of BlogSpace

Scrimba Frontend Developer Path project - BlogSpace || API exercise

Overview:

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.

Features:

  • Fetch existing blog posts: The project includes a feature to fetch pre-existing blog posts (in the form of lorem ipsum) which are displayed on the page.
  • Create new blog post: Users can create a new blog post by entering a title and body in the provided form and clicking on the submit button.
  • Instantaneous update: The newly created blog post will be instantly added to the top of the existing posts, providing real-time update to the page.

Summary:

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.