Story Maker is a gamified habit and goal tracker that helps users keep track of daily routines and milestones towards their goal.
Check out the app: ⚔️ Live Demo ⚔️
Deployed on: Heroku
- React (Hooks)
- Redux (Hooks)
- React Router (Hooks)
- Node / Express
- Docker
- SCSS
- Sequelize
- postgreSQL
Backend
- Run
npm install
in the root directory to install all dependencies. npm start
to start up the server.
Frontend
- Navigate to client directory by running
cd client
in the terminal from root directory. - Run
npm install
andnpm start
.
Now, the app should be running on http://localhost:3000/.