Skip to content

MitkoDG/react-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React task

Part One:

  • Create a new project using “npx create-react-app my-app”.

Part Two: In the project, you need to create 4 folders

  • Assets (for icons, images, css fonts etc.)
  • Layout (should include header, body, footer)
  • Pages (all the pages of Part Three)
  • Component (Menu and Gallery )

Part Three: Please create a small application with 5 pages

  • Home (should include a banner, some text, and 4 boxes from Gallery Pages)
  • About (title and some text)
  • Gallery (Create json file and map all elements into a gallery component (including the images)) - Make the images interactive( up to you )
  • Contact us (form with 2-3 fields)
  • Custom Pages (this is optional, show us your imagination and skills) Use (react-router) for the menu.

Part Four:

  • Please style the site as you wish and make it responsible.(recommended to use sass, scss)
  • Add a button and on every click print to the console the name of the page.

Check the Demo website

ScreenShot

About

practice-react-app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published