Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wilsonwu/react-todo
- Owner: wilsonwu
- License: mit
- Created: 2020-07-01T12:10:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T13:00:51.000Z (12 months ago)
- Last Synced: 2024-10-14T16:10:34.983Z (3 months ago)
- Topics: ant, react, todo, user
- Language: JavaScript
- Homepage:
- Size: 4.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```