initial working vote frontend in react
Showing
- .gitignore 4 additions, 2 deletions.gitignore
- management/apps.py 1 addition, 0 deletionsmanagement/apps.py
- management/migrations/0003_alter_electionmanager_id.py 18 additions, 0 deletionsmanagement/migrations/0003_alter_electionmanager_id.py
- react_frontend/.gitignore 23 additions, 0 deletionsreact_frontend/.gitignore
- react_frontend/README.md 70 additions, 0 deletionsreact_frontend/README.md
- react_frontend/package.json 42 additions, 0 deletionsreact_frontend/package.json
- react_frontend/public/apple-touch-icon.png 0 additions, 0 deletionsreact_frontend/public/apple-touch-icon.png
- react_frontend/public/favicon128.png 0 additions, 0 deletionsreact_frontend/public/favicon128.png
- react_frontend/public/favicon16.png 0 additions, 0 deletionsreact_frontend/public/favicon16.png
- react_frontend/public/favicon32.png 0 additions, 0 deletionsreact_frontend/public/favicon32.png
- react_frontend/public/favicon64.png 0 additions, 0 deletionsreact_frontend/public/favicon64.png
- react_frontend/public/index.html 47 additions, 0 deletionsreact_frontend/public/index.html
- react_frontend/public/manifest.json 30 additions, 0 deletionsreact_frontend/public/manifest.json
- react_frontend/public/robots.txt 3 additions, 0 deletionsreact_frontend/public/robots.txt
- react_frontend/src/App.js 94 additions, 0 deletionsreact_frontend/src/App.js
- react_frontend/src/api.js 129 additions, 0 deletionsreact_frontend/src/api.js
- react_frontend/src/assets/logo_inv.png 0 additions, 0 deletionsreact_frontend/src/assets/logo_inv.png
- react_frontend/src/components/AuthenticatedRoute.js 14 additions, 0 deletionsreact_frontend/src/components/AuthenticatedRoute.js
- react_frontend/src/components/Election.js 116 additions, 0 deletionsreact_frontend/src/components/Election.js
- react_frontend/src/components/Header.js 34 additions, 0 deletionsreact_frontend/src/components/Header.js
Loading
Please register or sign in to comment