- Have Meteor installed
- If you do not have it installed, run
curl https://install.meteor.com/ | sh
if you are on a Mac or Linux ornpm i -g meteor
on Windows(Needs to be using Node v14). - For more information, see Meteor's install page.
- If you do not have it installed, run
- Clone this repo
- Run
meteor npm install
- Run
meteor
This Meteor app uses React to create a full-stack real-time chat app.
You can check this video to see how this app works:
Screen.Recording.2023-11-23.at.15.51.41.mov
- Read the code and try to understand what is going on. If you have any questions, feel free to ask.
I have made a checklist so you can track of what you have done.
- Read
server/main.js
- Read
imports/api/Chat.js
- Read
imports/ui/App.jsx
Make annotations on the code if you want to test ideas.
When you are ready, you can start working on the tasks.
Note that all tasks must be completed in english.
-
Make a video of how this app works. to make it short, use a TikTok/Reels format (vertical).
-
Write a blog post explaining what is going on in the code, think that we will post on our social media.
-
Write ideas of how you would share those contents, what would be a tweet to share this post, how we could be post it on linkedin, does not have to be a complete strategy, just an idea We want to see how you think.
When you are done, please open a PR with links to the video, blog post, and strategy.
For english you can use Grammarly to help you with the grammar.