Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature paystack integration #5

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b3e767f
add change of project title
josemak25 Sep 29, 2019
edb0eed
add logo for the app
josemak25 Sep 29, 2019
61796ac
refactored logo for dynamic resizing
josemak25 Sep 29, 2019
af1ed10
add button component
josemak25 Sep 29, 2019
fe57877
add custom input component
josemak25 Sep 29, 2019
00182a8
add complete mobile login styles and handler functions
josemak25 Sep 29, 2019
19f342b
add forgot user password link
josemak25 Sep 29, 2019
88a6a28
add complete responsiveness for mobile view
josemak25 Sep 29, 2019
b37838f
finished login page responsivenes
josemak25 Sep 29, 2019
ebc4b8a
Merge pull request #3 from GraceFrank/login
josemak25 Sep 29, 2019
abd3179
add footer component with all media queries set
josemak25 Sep 29, 2019
54e2215
Merge pull request #4 from GraceFrank/feature-footer
josemak25 Sep 29, 2019
aae8400
first successful homepage
Uniqcoda Sep 30, 2019
8be8da5
second successful homepage
Uniqcoda Sep 30, 2019
ddd7116
build the nav bar
Uniqcoda Sep 30, 2019
b8544fa
initial commit of basic hompage
teneeto Sep 30, 2019
d30f707
Merge branch 'nav-bar' of https://github.com/GraceFrank/360-health-in…
teneeto Sep 30, 2019
d998690
merge NavBar to develop Branch
teneeto Sep 30, 2019
14d4716
HomePage updated
teneeto Sep 30, 2019
eaf241a
fixes
teneeto Sep 30, 2019
6a52adf
Home completed with SignUp
teneeto Sep 30, 2019
56327e1
update Texts
teneeto Sep 30, 2019
e6ca179
Merge pull request #3 from GraceFrank/login
josemak25 Sep 30, 2019
1d8fc5b
update Banner Text
teneeto Sep 30, 2019
958e9d3
update text on Banner
teneeto Sep 30, 2019
26e428e
add fix for merge conflicts on develop pull reguest
josemak25 Sep 30, 2019
776adf9
add new pull request for hero banner
josemak25 Sep 30, 2019
3510c1d
add change to nav border box shadows
josemak25 Oct 1, 2019
4a5aba3
refactor custom button and custom input fileds for extra props
josemak25 Oct 1, 2019
7b744bb
add a custom select component
josemak25 Oct 1, 2019
33c4a2f
add register component for user signups
josemak25 Oct 1, 2019
488e5f4
add signup form for user
josemak25 Oct 1, 2019
93c40c1
Add axios config
teneeto Oct 1, 2019
197dbae
add user data and routing for app
josemak25 Oct 1, 2019
9458d7d
update login text
teneeto Oct 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
13,497 changes: 13,497 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "360",
"name": "360-health-insurance-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-scripts": "3.1.2"
"react-paystack": "^2.0.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.1",
"react-scripts": "3.1.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"styled-components": "^4.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file added public/assets/doctor-icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/icon-customer-service.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_back_to_school_inwc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_celebration_0jvk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_co-workers_ujs6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_fatherhood_7i19.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_gradma_wanr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_motherhood_7htu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/undraw_pizza_sharing_wxop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading