Skip to content

PrincAm/sentence-game

Repository files navigation

Sentence Game

Live demo https://sentencegame.netlify.app

This project contains static UI content (html, js, images etc).

Using ES6, React

  • Redux for state management
  • Emotion for styling
  • Jest and Enzyme for testing
  • react-spring for animations
  • Formik for building forms

Local Development

  • npm install to install dependencies in the node_modules folder
  • npm start to run webpack dev server with hot loading -> localhost:3000
  • npm test to execute Jest tests in watch mode
  • npm run lint to run eslint
  • npm run format to format code by prettier
  • npm run-scripts build to build the project

About

simple game for creation a sentence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published