Skip to content

Simple full-stack application that allows the user to send tweets. Vanilla JavaScript for the front-end, Node.js + Express.js for the back-end, and MongoDB for the database.

francesco-pecora/twitter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-clone

Here's a simple implementation of a Twitter application.

The user can't spam the application. There is a limiter in place interrupting the page if too many requests are done (and the input form disappears).

The user is not allowed to send bad words. They are just blurred with ****.

Users can only delete their own tweets (based on IP address).

gif

About

Simple full-stack application that allows the user to send tweets. Vanilla JavaScript for the front-end, Node.js + Express.js for the back-end, and MongoDB for the database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published