https://github.com/softwaremill/bootzooka-react
Simple project to quickly start developing a web application using React and Akka HTTP, without the need to write login, user registration etc. https://softwaremill.com/open-source/
https://github.com/softwaremill/bootzooka-react
Last synced: 9 months ago
JSON representation
Simple project to quickly start developing a web application using React and Akka HTTP, without the need to write login, user registration etc. https://softwaremill.com/open-source/
- Host: GitHub
- URL: https://github.com/softwaremill/bootzooka-react
- Owner: softwaremill
- License: apache-2.0
- Created: 2018-07-12T10:19:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T03:36:44.000Z (over 2 years ago)
- Last Synced: 2025-04-30T12:15:12.877Z (9 months ago)
- Language: Scala
- Size: 9.4 MB
- Stars: 4
- Watchers: 26
- Forks: 4
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootzooka-react
[](https://travis-ci.org/softwaremill/bootzooka-react)
[](https://app.updateimpact.com/latest/634276070333485056/bootzooka-react)
Bootzooka-react is a simple application scaffolding project to allow quick start of development for modern web based
applications with Scala and React.
[See the docs](http://softwaremill.github.io/bootzooka-react/) for more information.
## WARNING!
The front-end part of this repo is still under ongoing migration to React.
## TODO
- [x] route scaffoldings
- [x] page header (navbar)
- [x] welcome page
- [x] 404/not found page
- [x] register form
- [x] protected route (/main)
- [x] login form
- [x] profile form
- [x] forgot password form
- [x] reset password form
- [x] footer component
- [x] toast notifications for error/success/others
- [x] "fork me on github" badge on every screen
- [x] propTypes
- [ ] fix UI/selenium tests