Skip to content

mikemeyerson/forum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forum

Forum is an anonymous message board where users can post and comment about happenings in the world of React & Redux.

How to run

  • Clone this repo

    • git clone https://github.com/mikemeyerson/forum.git
  • Open two different windows on your command line

  • Window 1: Install and start the API server

    • cd api-server
    • npm install
    • node server
  • Window 2: Install and run the app

    • cd frontend
    • npm install or yarn
    • npm start or yarn start

Contributing

Server Code

Forum's server-side logic is a fork of project starter code from Udacity's React Nanodegree Program. See that repo for how to contribute.

Frontend Code

Feel free to make a pull request or raise an issue.

About

A content & comment board implemented with React-Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 3.1%
  • CSS 0.5%