Skip to content

React/Redux web app created as part of the Udacity React Nanodegree

Notifications You must be signed in to change notification settings

rewgoes/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable

A content and comment web app. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments. This project is part of the Udacity's React Nanodegree.

Screenshot

screen

Running the App

  • Clone or download this repo.

Server

  • Open a terminal in project directory.
  • Enter in the server folder cd server.
  • Run npm install.
  • After isntalling all project dependencies, run npm start to start the local server.

App

  • Open a terminal in project directory.
  • Enter in the client folder cd client.
  • Run npm install.
  • After isntalling all project dependencies, run npm start to start the client.
  • Access localhost:3000 and enjoy the App.

API Server

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

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Prerequisites

About

React/Redux web app created as part of the Udacity React Nanodegree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published