immacodder / YATL

Yet Another Todo List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Todo List

Description

This project is very similiar to Todoist, but not a 1 to 1 copy, I'm gonna change some stuff that annoys me in Todoist and add feature if I feel like doing it

Setup

Make sure to install the firebase cli

# Required by the firebase tools
sudo apt install openjdk-18-jre
curl -sL firebase.tools | bash
npm install

To start a local server

# Start firebase emulators
firebase emulators:start

# if you want to also make data persist across restarts
firebase emulators:start --import=./firebase_emulators_data --export-on-exit
# Start a development server
npm start

About

Yet Another Todo List

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.3%Language:CSS 1.0%Language:HTML 0.4%Language:JavaScript 0.3%