This project is UI for the application The Wall
. You can find backend api code here. The Wall is where user can post their thoughts and any one can see them.
This project is mainly developed using React
, Redux
and React Router
.
Clone the repo and execute npm install
in the root folder to install all dependencies.
After npm install
execute npm start
to run app in development mode.
To use app in production run npm run build
. It bundles the production version and optimizes build for best performance.
To learn React, check out the React documentation.
To learn Redux, check out the Redux documentation.
To learn React Router, check out the React Router documentation.