A simple talent search application built with React. State management with Redux, structured with actions, middlewares, reducers, and store. Modern cardlist view + instant search. You can use it as a template to apply to your own apps.
- Search candidates by the positions
- Modern/Responsive card list
- Gradient buttons with hover effect
From your command line, first clone Talent Finder:
$ git clone https://github.com/clairepeng0808/talentFinder
Go into the repository
$ cd talentFinder
# Remove current origin repository
$ git remote remove origin
# Install dependencies
$ npm install
# Start development server
$ npm start
After installation, open http://localhost:3000 to view it in the browser.
- Redux - a predictable state container for JavaScript apps.
- React Redux - Official React bindings for Redux.
- Redux Logger - Logger middleware for Redux
- Redux Thunk - Thunk middleware for Redux.
This project is inspired by the one of the projects (RoboFriend) in the course: The Complete Web Developer in 2020. Thanks for the support from the instructor Andrei and the ZTM community.