This project is written with ReactJS. You can search for users from the Unsplash community. You can view the user's photos by selecting the user from the user list.
- React - (UI Framework)
- Redux - (State Management)
- Axios - (Network)
- Material UI - (Theme and Components)
- React Create App - (Setup)
- Yarn Package Manager - (Better Dependencies)
You can download and run the repo with one command to rule them all:
git clone https://github.com/saravanavijay/splash.git && cd splash && yarn install && yarn start
You can start the app by running the commands from this directory
yarn install
yarn start