This repository was created for recruitment at Optyliz. I'm applying for the React Developer full-time job.
Main objective is implement with React and Styled Components simple blog app.
Layout and animations should looks
exactly like in the video.
After changing the browser's resolution from desktop to mobile the application
should be refreshed to be sure that all animations work correctly.
- Use React and Styled Components
- Do not use Bootstrap
- Use dynamic routing
- Create a fully functional menu
- Spend max 6 hours
- Push code to Github
- Use PropType checking
- Use only some general package for animation like e.g. react-pose, react-transition-group, etc.
- Prepare the site to be fully responsive, even though the sample video is just for mobiles
Open you fav terminal and type:
git clone https://github.com/glaskawiec/optylizRecruitment.git
cd optylizRecruitment
npm install
npm start
