In this project, you will integrated the earlier developed backend API server with a frontend client to create a fullstack application. The backend API server is a RESTful API server that provides CRUD operations for posts and comments. The frontend client is a React application that consumes the backend API server.
Posts is a minimalistic clone of https://posts.cv/, which is itself a simplified and scaled-down alternative to Twitter. We built this clone solely for educational purposes.