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

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/

Awesome Lists containing this project

README

          

# Bootzooka-react

[![Build Status](https://travis-ci.org/softwaremill/bootzooka-react.svg?branch=master)](https://travis-ci.org/softwaremill/bootzooka-react)
[![Dependencies](https://app.updateimpact.com/badge/634276070333485056/bootzooka-react.svg?config=compile)](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