Mocaa Employee Search Page is only to be used for demo purposes. All names and information are not completely fictional and has no connection to Mocaa.
- React.js
- Node.js
- Express
- Chakra-UI
- Application was bootstapped using Create-React-App
- Node.js 14 or higher
- npm 6 or yarn 1.0 (yarn preferred)
-
Clone the repository and change directory to cloned folder.
git clone https://github.com/johnnyung91/mocaa.git cd mocaa
-
Install all dependencies with npm or yarn.
yarn && yarn install-all
npm install && npm run install-all
-
Start the project. Once started you can view the application by opening http://localhost:3000 in your browser.
yarn dev
npm run dev
- User can search through the (fake) employee directory using the input field! (HINT: take a look at employees.json at the root folder for first names and last names you can use)
- User can sort retrieved data in various ways
- User can apply filters to narrow down their search
- User can toggle between light and dark mode based on your preferences (click the icon on the top right!)