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

https://github.com/zeevolution/reading-react-redux-project

A React/Redux Application for contents and comments
https://github.com/zeevolution/reading-react-redux-project

Last synced: 21 days ago
JSON representation

A React/Redux Application for contents and comments

Awesome Lists containing this project

README

          

# Reading - A React/Redux Application for contents and comments.

This is a React-Redux web application for creating web content and comments for blogging. By running this application, you will be able to add see a list of blog contents and read them. Y'll have to set up in your computer a web server that will delivery the data to this React application.

Fresh App's Instalation:

- Clone the API Server: git clone https://github.com/udacity/reactnd-project-readable-starter.git
- Install and start the API server:
- cd api-server
- npm install
- node server
- Clone this repo: git clone https://github.com/joselimaneto/reading-react-redux-project.git
- Run `npm install` for npm_modules
- Start the app by running `npm start`

The project is part of my portfolio as a React Developer and it was was a code-along with the React Nanodegree program from Udacity I took in 2018.