luisrabock / jotto

πŸ§ͺ A project build to practice hooks and context API unit tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Jotto App πŸ‘‹


GitHub repo size GitHub language count GitHub last commit GitHub


Jotto is a very fun word game. The server chooses a random word and the player tries to guess the word.

The project was used to run tests with hooks and context API.

The code has 95% coverage.

πŸš€  Installation and Documentation

You need to install Node.js and Npm first.

Clone repo: https://github.com/luisrabock/jotto.git

πŸ§ͺ Development environment:

Enter the server folder (backend) then install the dependencies:

npm install

Start backend server:

npm start

Enter the client folder (frontend), then install the dependencies:

npm install

Start frontend server:

npm start

The application is running in a development environment!!

❀️  Community and Contributions

Whether you are helping fixing bugs, proposing new feature, improving the app - I love to have you as part of the project.

πŸ“«  Have a question? Want to chat? Ran into a problem?

Glad to help you. My e-mail account is the best form of contact: luis@rocketlab.com.br .

🀝  Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the the Jotto repository. If you already found a solution to your problem, i would love to review your pull request!

πŸ“˜  License

The Jotto content management system is released under the under terms of the MIT License.

About

πŸ§ͺ A project build to practice hooks and context API unit tests.

License:MIT License


Languages

Language:JavaScript 86.9%Language:HTML 10.2%Language:CSS 2.8%