Skip to content

React, Redux Nanodegree Project - Reddit like web app

Notifications You must be signed in to change notification settings

danibonilha/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable React Nanodegree Project

This is a Reddit like web app built with React and Redux where users are able to add, remove, edit, vote and order posts and comments.

How to run

To get started first you need to start the API server, then the react app.

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, run the front-end application
    • cd frontend
    • npm install
    • npm start

Front-End

This project was bootstrapped with Create React App.

Libraries

These are the main libraries used in this project:

API Server

Information about the API server and how to use it can be found in its README file.

Roadmap

  • Deploy live demo in Heroku

About

React, Redux Nanodegree Project - Reddit like web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published