Perspective Challenge
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have cloned , setup and ran https://github.com/zurez/challenge2.git
git clone https://github.com/zurez/challenge2.git
Install dependencies
npm install
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm start
- ReactJS - UI Framework.
- Redux - State Management.
- Redux-Saga - Redux Side Effects Management.
- Semantic UI React - UI CSS Framework.
- Create React App - For bootstrapping the project.
- TypeScript - For building the project.