I can read your mind. Doubt of me? So try it!
This project is created with create-react-app. To know more about it, click here!
- ReactJS
- Vanilla Javascript
- Pure CSS
- Jest
- Chai
- Create-React-App
- An adaptation of BEM (Block, Element, Modifier)
- TDD with Jest and Chai
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!
Just run
yarn test
Simple, not?
This project is licensed under the MIT License - see the LICENSE.md file for details.