An open API service indexing awesome lists of open source software.

https://github.com/romanow/frontend-todo-list

Simple TODO list frontend application
https://github.com/romanow/frontend-todo-list

react redux-toolkit

Last synced: 12 months ago
JSON representation

Simple TODO list frontend application

Awesome Lists containing this project

README

          

# TODO list frontend

[![Build project](https://github.com/Romanow/frontend-todo-list/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Romanow/frontend-todo-lis/actions/workflows/build.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

### Сборка и локальный запуск

```shell
$ npm install
$ npm start
$ docker compose up -d --wait postgres backend-todo-list

```