hora-test
This is an full stack Tasks web app in which consumers and workers can connect with each others. Consumers can create work and workers can visit those works page and accept or reject that and after work done, workers can mark them as done.
It is developed using MERN(MongoDB, ExpressJS, ReactJS, NodeJS).
Steps to run the application -
cd express-server && npm install
cd ..
cd react-redux-client && npm install
cd ..
cd express-server && npm start
cd react-redux-client && npm start
All features are not completed yet.