This React application is the front-end for the Python library esperanto-analyzer.
OBS: This is the first experimental version and may contain many errors, if you want you can contribute sending a PR \o/
You can try the demo at: https://fidelisrafael.github.io/esperanto-analyzer-react/
$ git clone https://github.com/fidelisrafael/esperanto-analyzer-react
$ cd esperanto-analyzer-react
$ yarn install
$ yarn start
The application will run at http://localhost:3000
OBS: If you're not hosting the Python WEB API at port 5000
you will probably want to use the
Heroku hosted API, for this update src/Config.js
and set developmentConfig
as follow:
const developmentConfig = {
api_host: 'esperanto-analyzer-api.herokuapp.com',
api_protocol: 'https'
}
You can run all tests with:
# or `npm test`
yarn test
- ◽ Finish writing tests
- ◽ Update this Roadmap with more plans
Bug reports and pull requests are welcome on GitHub at https://github.com/fidelisrafael/esperanto-analyzer-react. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The project is available as open source under the terms of the MIT License.