You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meetingapp/README.md
+28-15Lines changed: 28 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,34 @@
1
-
# [TodoMVC](http://todomvc.parseapp.com/)
1
+
# [MeetingApp](http://meetingapp.parseapp.com/)
2
2
3
-
It is easy and fast to learn how a design pattern works by implementing a todo list.
4
-
<br>
5
-
Here we implement a todo list using **Redux** architecture.
6
-
<br>
7
-
(Click the above title link to see demo)
3
+
## User story
4
+
Setting up a meeting with someone always bothers me.
5
+
6
+
## Features
7
+
* Asyncronized actions
8
+
* Routings built with React Router for routes and Redux Simple Router for transitions.
9
+
* Handle public and private views, based on [**Higher Older Component**](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750) implementation
10
+
* Authentication flow : sign up, login, logout
11
+
* Use [**Parse**](https://www.parse.com/) as backend
12
+
* Beautiful UI
8
13
9
14
## Project structure
10
15
```
11
-
|-- todomvc
12
-
|-- .babelrc # Babel configuration file, makes us able to write es6 syntax
13
-
|-- README.md # Ignore it
14
-
|-- package.json # Node package configuration
16
+
|-- meetingapp
17
+
|-- .babelrc # Babel configuration file, makes us able to write es6 syntax
0 commit comments