Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

romerorocha/readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable App

This is the project for the final assessment project for Udacity's Redux course (React Nanodegree)

This repository includes:

  • The code for the Frontend App, made in React + Redux.
  • The code for the backend API Server. The server was upgraded (based on the standard provided server) to include more initial data and some more details (category icons). You need to run this version so proper initial data is loaded.

Installing & Running

  • Install and start the API server
    • cd api-server
    • yarn install
    • node server
  • Install and start the Frontend App
    • cd frontend
    • yarn install
    • yarn start

Features

As an user, you are able to:

  • View existing posts (general or by category);
  • Add/Edit/Delete posts;
  • Vote and comment on posts;
  • View and sort by vote score or post date;
  • View/Edit/Delete comments.

About

ReactND Readable Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 2.9%
  • CSS 0.1%