Skip to content

abdohossam5/reactnd-project-readable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is part of udacity react nanodegree program. It is a content and comment web app with features that allow users to:

  • post content to categories.
  • comment on all posts
  • edit posts
  • edit comments
  • upvote/downvote post
  • upvote/downvote comment

Dependencies

1. redux for state management.
2. redux-thunk for async actions.
3. normalizr to normalize api responses.
4. uuid for generating unique ids for new posts/comments and data from api consistent per user
5. bootstrap ui
6. react-bootstrap ui
7. react-loading ui

Start Developing/Testing

To get started developing right away:

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, use Create React App to scaffold out the front-end
    • create-react-app frontend
    • cd frontend
    • npm start

API Server

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

About

ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • CSS 22.9%
  • HTML 1.8%