An open API service indexing awesome lists of open source software.

https://github.com/thakursaurabh1998/readable-react-redux

Single page react app. Use of redux for storing state of the app. You can post your article and people can read, upvote and comment on your post.
https://github.com/thakursaurabh1998/readable-react-redux

materialize-css react react-redux react-router redux

Last synced: about 2 months ago
JSON representation

Single page react app. Use of redux for storing state of the app. You can post your article and people can read, upvote and comment on your post.

Awesome Lists containing this project

README

          

# Readables

This directory contains both the backend API server and the front end react app.

Project server API cloned from [udacity react nanodegree readable starter](https://github.com/udacity/reactnd-project-readable-starter) repository.

![Image mockup](./readables/ReduxApp.png)

## Want to check this app out?

* clone this repository in any directory(or it can be downloaded in form of a zip file).
* install all project dependencies with `npm install` (run this command in both the directories i.e. api-server as well as readables to install the particular dependencies)
* start the development server with `npm start` (run this command in both directories also firstly run in api-server to start the backend server and then in readables to start the react app)

## Important
You can check the detailed React app [README here](./readables/README.md).