Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wilsonwu/react-todo

A todo list React application with user system, based on Ant Design UI Components.
https://github.com/wilsonwu/react-todo

ant react todo user

Last synced: about 1 month ago
JSON representation

A todo list React application with user system, based on Ant Design UI Components.

Awesome Lists containing this project

README

        

# intertodo-react
A Todo List React application use GraphQL API.
Backend at: https://github.com/wilsonwu/apollo-todo-gapi

## Features
- User Sign Up
- User Sign In
- Todo List
- Add new Todo item
- Edit Todo item.
- Delete Todo item.
- Mark Todo item as Completed

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm start
```

### Compiles and minifies for production
```
npm run build
```

### For build Docker image please build it first
```
npm run build
```
```
docker build . -t intertodo
```

### Run application in Docker
```
docker run -p 80:80 intertodo
```

### For deploy to Kubernetes
```
kubectl k8s/deployment.yaml
```
```
kubectl k8s/service.yaml
```