Skip to content

raphaelviegas/react_nanodegree_project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable Project

This project was developed as part of the Udacity's React Fundamentals course. The app show a list of posts that can be filtered by their category and sorted by their vote score, creation date or number of comments. You can add new posts by clicking on the floating button on the bottom right corner of the screen. On the post page, you can see all the comments and add a new one. You can also sort the comments, edit their content or delete then.

IMPORTANT: Because there is no authentication, everyone can create, edit and delete all the posts and comments.

Project developed by: Raphael Viegas (raphaelhviegas@gmail.com) on October, 2018.

How to run the application

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

API Server

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

About

Project made as part of the Udacity's React Nanodegree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published