Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.61 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.61 KB


View Online

Project Tech Specs

The Project is Build using:

  • React.js - 16.6.3
  • React Redux - 5.1.1
  • Reactstrap ( Bootstrap 4.0)
  • Redux - 4.0.1
  • Redux Persist - 5.10.0
  • Styled components - 4.1.2

Project Update 1:

The Project has been updated with

  • Removal of function bindings, Instead now function uses es6 auto binding functionality.
  • Use of Styled Components Intead of Standard Css file. (The entire project has only bootstrap 4 css file rest, for custom styling styled components)

Project Requirement Summary

  1. There should be a login page which will take user as shaadi and password as "123"

  2. Next page will have 2 sections a drop down named "Select slids" and a caraousel with finish button below it

  3. After successfull login it should open A page in which it should ask user to select a number between 1 to 20 using a drop down

  4. After selection it should show caraousel with those many slides.

eg if user selects 4 , slide text will be One, Two, Three, Four

  1. After Clicking finish it should open a Model box showing all numbers that user selected while using app

Screenshots

Login Screen

Login Screen

Homepage

Homepage

Feature Highlights

Homepage Features Highlights

Redux Architecture

Redux Architecture

View Project

Method 1

View Online

Method 2

  • Clone/download it
  • Use npm install
  • Use npm start

License

The content of this project itself is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

The underlying source code used to format and display that content is licensed under the MIT license.

© Amit K Khanchandani