To run this project locally run following commands:
yarn
yarn start
In order to run the api locally you will need to set the following properties in a .env.test file, located in projects root directory:
REACT_APP_API_URL=[Url of the api that the app will use]
Follows feature/responsibility pattern
Pages folder was separed to improve readability.
Main dependencies:
- axios
- materialUI
Hosted at Heroku on https://the-wall-tsl-app.herokuapp.com/
- State control: Could use a state control framework to keep information about the user session.
- Pagination: Messages should have pagination options.
- Improve responsive design.