Version 1.0.0
Correio Secreto is a web based application that allows users to send anonymous messages to their secret loves, friends or disagreements. Check the live version
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run the following commands and you will end up with a local running version of the project.
$ git clone https://github.com/jonathasgouv/correiosecreto.git
$ cd correiosecreto/
$ npm install
$ npm start
And that's it, your Correio Secreto is running
😀
All messages are displayed on the home page in reverse chronological order (the latest messages are shown first.)
The user can select from six different colors when creating a new message.
Every message has a unique page that can be shared with a link. The message can also be downloaded as an image, the image is generated dynamically by the backend using a canvas-like lib.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details