DEV Community

Cover image for Task Manager
Junius Lekgoara
Junius Lekgoara

Posted on

Task Manager

Task Manager

Overview of My Submission

Task manager, is a web app where users can have a list of tasks they need to complete or things that they want to do.

Submission Category:

Productivity

Link to Code

MongoDB Atlas Hackathon

Running the project

add the following variables to your env

export PASSWORD pass
export USERNAME username
export DATABASE db
Enter fullscreen mode Exit fullscreen mode

Clone the repo

git clone https://github.com/julekgwa/task-manager.git
cd task-manager

#run npm install or yarn

Preview

preview

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Enter fullscreen mode Exit fullscreen mode



Additional Resources / Info

Technologies used

  • ReactJS
  • MongoDB
  • Nodejs
  • Restify
  • Redux

Image description

Image description

Top comments (0)