gustafsilva / read-react-nanodegree-project

Application for educational purposes (nanodgree react udacity) web content and comments, made in React and using Redux and react-router.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable React + Redux πŸ“–

The Readable project is a web application for content and comments. The app will allow users to post content in pre-defined categories, comment on their own and other users' posts, and vote on posts and comments. Users can edit and delete posts and comments.

Getting Started πŸ‘

First we'll clone the project:

$ git clone https://github.com/gustafsilva/read-react-nanodegree-project.git

Then install and run the backend server:

$ cd read-react-nanodegree-project/backend/api-server/
$ npm install
$ npm start

Then open another terminal in the project's frontend folder, install and run the application:

$ cd read-react-nanodegree-project/frontend/
$ npm install
$ npm start

Ready! Now open your browser at localhost:3000 the application will already be running 🌠

  • More information about the backend provided by Udacity, click here.
  • More information about the frontend, click here.
  • More information about Api's ENDPOINTS, click here.

Main Used Techologies πŸš€

About

Application for educational purposes (nanodgree react udacity) web content and comments, made in React and using Redux and react-router.


Languages

Language:JavaScript 97.9%Language:HTML 1.7%Language:CSS 0.4%