This is my final project for Udacity's React & Redux course (Udacity React Nanodegree Program).
-
Clone the API server from https://github.com/leopuleo/readable-server
-
Run the following commands in the API server directory:
npm install
node server
The server will be up and running at localhost:3001.
-
Clone this repository
-
Run the following commands in Readable App directory:
npm install
yarn start
You find a working demo at https://readable-application.herokuapp.com/
MIT
- Implement better editor for new / edit post view.
- Fetch post images via API from Unsplash.