Skip to content

gabriel-brito/mind-reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eleventh Card - Mind Trick

I can read your mind. Doubt of me? So try it!

Lily, Rosemary, and the Ace of Spades - Jack Hamilton (Unsplash)

This project is created with create-react-app. To know more about it, click here!

What's on this project:

  • ReactJS
  • Vanilla Javascript
  • Pure CSS
  • Jest
  • Chai

I've been using patterns to make a clean code structure:

  • Create-React-App
  • An adaptation of BEM (Block, Element, Modifier)
  • TDD with Jest and Chai

How to run it:

It's simple! Follow the instructions bellow:

First of all, you need to clone this repo with:

$ git clone https://github.com/gabriel-brito/mind-reading.git

And then you install a local server and the dependencies inside the project with:

cd mind-reading
npm i 

or

cd mind-reading
yarn 

Then you just need to run

npm start

or

yarn start

It will be open in your browser automatically on localhost:3000!

Tests

Just run

yarn test

Simple, not?

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Mind Reading with ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published