All Projects → reactgraphqlacademy → fb-messenger

reactgraphqlacademy / fb-messenger

Licence: other
Implement React concepts incrementally to a messenger app, training from https://reactjs.academy

Projects that are alternatives of or similar to fb-messenger

podstawy-dl-2019
Materiały z warsztatów z podstaw Deep Learningu dla początkujących. Wiosna 2019.
Stars: ✭ 14 (-80%)
Mutual labels:  workshop, workshop-materials
python-ogren-4-saatte-python-baslangic
(TR) 4 saatlik Python başlangıç atölyesinin içerik dokümanı. (EN version is in progress!)
Stars: ✭ 71 (+1.43%)
Mutual labels:  workshop, workshop-materials
elixir-fire-brigade-workshop
Workshop "Join the Elixir Fire Brigade - Level-up Your Elixir Debugging Skills" (ElixirConf US 2017)
Stars: ✭ 14 (-80%)
Mutual labels:  workshop, workshop-materials
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+47.14%)
Mutual labels:  styled-components, react-router-v4
OSC19-Linux-Workshop-Sessions
All of the workshop sessions of OSC'19 in .md and .pdf formats.
Stars: ✭ 45 (-35.71%)
Mutual labels:  workshop, workshop-materials
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (+54.29%)
Mutual labels:  styled-components, react-router-v4
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+287.14%)
Mutual labels:  workshop, workshop-materials
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+10%)
Mutual labels:  styled-components, react-router-v4
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-81.43%)
Mutual labels:  workshop, workshop-materials
Advanced React Patterns
This is the latest advanced react patterns workshop
Stars: ✭ 1,899 (+2612.86%)
Mutual labels:  workshop, react-patterns
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-11.43%)
Mutual labels:  styled-components, react-router-v4
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (-52.86%)
Mutual labels:  workshop, workshop-materials
React Native Starter Kit
React Native starter kit, get up and running !
Stars: ✭ 9 (-87.14%)
Mutual labels:  styled-components, react-router-v4
React Cloud Music
React 16.8打造精美音乐WebApp
Stars: ✭ 1,722 (+2360%)
Mutual labels:  styled-components, react-router-v4
react-universal-starter
React@16, react-router@4, redux and webpack@4 starter project
Stars: ✭ 44 (-37.14%)
Mutual labels:  styled-components, react-router-v4
BestPracticesWorkshop
Repository for the workshop "Best practices on development"
Stars: ✭ 14 (-80%)
Mutual labels:  workshop, workshop-materials
ultimate-kubernetes-bootcamp
Ultimate Kubernetes Bootcamp
Stars: ✭ 43 (-38.57%)
Mutual labels:  workshop, bootcamp
workshop
React Workshop
Stars: ✭ 13 (-81.43%)
Mutual labels:  workshop, react-router-v4
rmarkdown-workshop
A workshop format for rmarkdown. Releases contain locations in chronological order
Stars: ✭ 27 (-61.43%)
Mutual labels:  workshop, workshop-materials
isomorphic-relay-app
Example isomorphic React-Relay-(Modern / Classic)-Router app and helper lib that connects to Artsy's GraphQL service
Stars: ✭ 13 (-81.43%)
Mutual labels:  react-router-v4

ReactJS Facebook messenger

The goal of these exercises is to understand the core principles and libraries of the React ecosystem.

Requirements

  • Be comfortable writing JavaScript (ES6: Module system, class syntax, destructuring assignment).
  • Have nodeand npm installed in your computer.

Getting started

Clone the repo on your machine

git clone https://github.com/reactgraphqlacademy/fb-messenger.git

Then cd into ./fb-messenger

cd fb-messenger

Download all the exercices

You will need to head to the correct branch for the exercise.

How? run:

git pull --all
git branch --all
git checkout <branch_name>

License

This material is available for private, non-commercial use under the GPL version 3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].