A todo app built with Next.js, React, Redux, Redux-Saga, and Firebase.
- Very little effort was put into styling, so don't judge me on that :D
- No attempt was made to provide authentication—the todo list is a single, shared list that is accessible to everyone.
Install dependencies:
yarn install
Run development server:
yarn dev
Open browser at http://localhost:3000
yarn test
Build app:
yarn build
Run production server:
yarn start
Open browser at http://localhost:3000
This app uses prettier for opinionated code formatting. To run it over all the JS files the project, use:
yarn format