Skip to content

Agile style goal management system to help you realize your dreams

Notifications You must be signed in to change notification settings

burieberry/DreamHub

 
 

Repository files navigation

DreamHub

Brought to you by ABDJ (Anthony, Burcu, Di, and Jerry) From Fullstack Academy of Code, Flex Program of 1706

To Try

To get a sense of the functionality of DreamHub, login using the test account below: username: test@test.test password: test

Develop

npm install inside main directory && inside the client folder.

To integrate a new module into the app:

  • In Store.js, import reducer and put it into combineReducers
  • In App.jsx, import the view/component and put it in the viewPath array

To run the app, use npm run start:dev command in root folder, which will start Express API server and React development server simultaneously.

About

Agile style goal management system to help you realize your dreams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 3.4%
  • HTML 0.9%