Skip to content

KennySB1/pommodores-timer

Repository files navigation

What is this project?

This was our final project at Makers academy where we had two weeks to make a tech project with no directions on tech stack, project specifications, or how to work.

Our team, the Pommodores, made a pomodoro application that lets users:

  • manage a todo list
  • see and customise suggestions for things to do in their breaks
  • check the statistics for how long they spent working on pomodoros.
  • Customise how long their pomodoros and breaks will be
  • Make an account that saves their work for future usage.

Check out the project yourself here

screenshots: main page: image statistics: image preferences: image

Install instructions:

Run npm install in the root of the directory use npm install --force if any peer dependency conflicts appear

To run the client and/or the server, you can do any of the following:

Short Method

From the root of your project run:

npm start

Long Method

Open terminal #1 (backend)

cd ./server
npm start

Open terminal #2 (frontend)

cd ./client
npm start

About

Our final Project, a MERN stack pomodoro app with statistics and preferences features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from BenElferink/mern-template