Skip to content

ghosharnab00/Pomo.do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POMO.DO

Pomo.do

WORK IN PROGRESS

Pomo.do is a Productivity web app that lets you to create todos and use a pomodoro tracker to focus on your work.

This app can work on desktop, tablet and mobile.

Data is stored in MongoDB

Implemented with React and Material UI

Installation

How to install

  • Clone the repo from this website, then
  • In command line:
    • $ git clone https://github.com/ghosharnab00/Pomo.do.git
    • $ cd pomo-do
    • $ npm install
    • $ npm start

At this point you should see the app running on

http://localhost:3000

How to Run the Server

  • In command line:
    • $ cd server
    • $ npm install
    • $ node index.js

And start developing for contribution.