Skip to content

KS441-ctrl/Habit-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habit Tracker App

A habit tracking app that will help you to create and maintain an awesome daily and weekly routine, which is one of the most powerful tools for achieving your goals and sending your life into an upwards spiral.

Hosted URL********************(https://habit-tracker-7p2u.onrender.com/)*********************

#Steps To Register and login into Habit-tracker

Screenshot (35)

Screenshot (36)

Screenshot (37)

Screenshot (38)

Technologies Used

  1. NodeJS
  2. Express
  3. EJS
  4. MongoDB

Prerequisites

  • MongoDB
  • Git
  • NodeJS
  • CLI

Installation

Clone the latest Repository

`git clone https://github.com/KS441-ctrl/Habit-Tracker.git

Into the project directory

cd habit-tracker

Installing NPM dependencies

npm install

Then simply start your app

npm start

The Server should now be running at http://localhost:3000/

Folder Structure

habit-tracker
├── assets
│ --- ├── calendar.svg
│ --- └── css
│ -------- └── styles.css
│ -------- └── bootstrap.min.css
├── config
│ --- └── keys.js
├── models
│ --- ├── Habit.js
│ --- └── User.js
├── node_modules
├── routes
│ --- ├── index.js
│ --- └── users.js
├── views
│ --- └── partials
│ -------- └── messages.ejs
│ --- ├── dashboard.ejs
│ --- ├── layout.ejs
│ --- ├── login.ejs
│ --- ├── register.ejs
│ --- └── welcome.ejs
├── .gitignore
├── app.js
├── package.json
├── package-lock.json
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages