Tudo

A todo app created with ⚛react and 🔥firebase. Written in Typescript.

Setup and installation

Firebase

create a file .env.local, copy the environment variables from .env.examples and input your firebase credentials

IDE

To install dependencies:
yarn install or npm install


To start development:
yarn start or npm start


Open in your web browser at http://localhost:3000


Happy Coding!