Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 2.34 KB

README.md

File metadata and controls

72 lines (47 loc) · 2.34 KB

Just To-Do It

A todo manager built for CVWO applications


Overview

Just To-Do it is a todo manager that is simple to use and helps you organise your day a little better. With features like tagging, searching and subtodo creation, it helps you plan your day out and organise your tasks so that you can focus on the task at hand.

App Screenshots on PC:

    

    

App Screenshots on mobile:

    

Cloning this repository

git clone --recursive [email protected]:sivayogasubramanian/just-to-do-it.git

Steps before running this project locally

This project uses .env files for both the frontend and backend modules. It is crucial to set your .env files before you can run locally. To set them up you can follow instructions in the frontend and api submodules repectively

Submodules

This project has 2 submodules:

  1. just-to-do-it-api contains code for the backend api which is hosted at https://just-to-do-it-api.herokuapp.com/
  2. just-to-do-it-frontend contains code for the frontend which is hosted at https://just-to-do-it-website.netlify.app/

Final Submission Folder

The final submission folder contains:

  1. Final-Assignment Report
  2. Just To-Do It User Guide
  3. Final DB Schema

Final DB Schema


Mid Submission Folder

The mid submission folder contains:

  1. Mid-Assignment Report
  2. Rails startup screenshot