Skip to content

lucasgomide/esperanto-analyzer-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esperanto Analyzer - React


forthebadge forthebadge forthebadge

Development

Build Status codecov

Master

Build Status codecov


About

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/

Frontend application


Development Setup

$ 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'
}

Tests

You can run all tests with:

# or `npm test`
yarn test

📆 Roadmap

  • ◽ Finish writing tests
  • ◽ Update this Roadmap with more plans

👍 Contributing

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.


📝 License

The project is available as open source under the terms of the MIT License.

About

Front-end application for 'Esperanto Grammar Analyzer' built with React.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.1%
  • CSS 0.8%