Skip to content

Instantly share code, notes, and snippets.

@manufunk
manufunk / codingchallenge_twitter.txt
Last active September 8, 2021 20:57
Mini Twitter Coding Challenge
# Build a lightweight Twitter clone
Build a simple Twitter clone.
The clone should include 2 parts:
1. Frontend which should be implemented in the JS based framework of your choice using Typescript that will send messages to the backend API.
2. Backend API that should be implemented in Java (Spring Boot is preferred) that provides a RESTful API (JSON) to receive the messages:
## Requirements
- The message should not exceed 160 characters.