/restcountries

Test development project

Primary LanguageJavaScript

Restcountries

The home page, you can play with a slot machine, starting with 20 coins given by the house.

play-page

The sign-in page, authenticate the user and save the JWT token and user data in the local storage.

sign-in

The sign-up page, register a user and seve it on the a postsgrestsql datatabase

sign-up

The countries page, display all the countries, and has an input where you cand write the name of a country and will display a single name or many names depending on the input given.

countries

Built With

  • React
  • Redux
  • Jest
  • Enzyme
  • Github flow

Getting Started

To get a local copy up and running follow these simple example steps.

Run in your terminal git clone git@github.com:Mhdez221993/restcountries.git

Run some test

npm test

Check linters and fix them

npx stylelint "**/*.{css,scss}" --fix
npx eslint . --fix

Helpful links

Authors

👤 Moises Hernandez

Contributing

Contributions, issues, and feature requests are welcome!

issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • To the jobsqd for providing the test project