Commit graph

39 commits

Author SHA1 Message Date
ca5d5292b2 postpage 2020-05-12 21:52:42 +02:00
8ce0341b27 create Comment and Post types; PostPage 2020-05-12 20:16:10 +02:00
fba8c336ec add education page 2020-05-12 19:55:08 +02:00
9ae2202a9b add experience page 2020-05-12 19:48:36 +02:00
9e95ca7f88 edit profile 2020-05-12 19:28:59 +02:00
06d3c9df33 dashboard done 2020-05-12 19:10:09 +02:00
23f16e17c3 education credential table in dashboard 2020-05-12 19:07:55 +02:00
6534654908 experience credential table in dashboard 2020-05-12 19:05:33 +02:00
c177d7749d [refactor] Experience.ts: change employer to company; move TimePeriod to its own file 2020-05-12 19:01:12 +02:00
054e7a80c1 lay dashboard top section out 2020-05-12 18:46:37 +02:00
79a97738b5 add Dashboard page and test 2020-05-12 18:37:41 +02:00
6983df3f60 lay repos section out 2020-05-12 18:29:52 +02:00
122810fe71 lay education section out
- define education interface
2020-05-12 18:18:22 +02:00
326089ff27 lay experience section out
- install moment
- define Experience interface
- define TimePeriod type & method
2020-05-12 18:08:30 +02:00
43fff681f6 lay profile top and about out 2020-05-12 15:56:57 +02:00
1b99353f92 add types 2020-05-12 15:56:26 +02:00
a616aaf1b4 update tests 2020-05-12 14:48:13 +02:00
1a16800e1e extract DevSummary type 2020-05-12 12:56:56 +02:00
e103c8a354 extract dev profiles 2020-05-12 12:45:27 +02:00
d0532336ce add developers page 2020-05-12 12:29:33 +02:00
f4cca66180 extract header component 2020-05-12 12:05:33 +02:00
ad918eddac add signin page 2020-05-12 11:54:48 +02:00
d5b4acf525 verify all routes are accessible 2020-05-12 11:49:16 +02:00
df44070311 add constant routes file 2020-05-12 11:46:10 +02:00
c555ad888b set basic routing
- install react-router-dom
- create Router folder and component
2020-05-12 11:43:55 +02:00
8969dd5ff2 create Sign Up page component 2020-05-12 11:29:02 +02:00
fabaf35562 create pages folder and Landing page component 2020-05-12 11:24:22 +02:00
10ea77887b create components folder and Navbar 2020-05-12 11:21:46 +02:00
e46c6593bd specify layout 2020-05-12 11:17:18 +02:00
9e59bb0f2c Merge branch 'master' of https://github.com/rjNemo/devbook_ts 2020-05-12 11:10:35 +02:00
Ruidy
ef6d97f2fc
Create and style Landing page (#2)
* readme

* specify landing must show app name

* clean default project

* write landing page layout

* add static assets for styling

* add Landing page unit test
install fontawesome
2020-05-12 11:09:51 +02:00
262d4e1934 readme 2020-05-12 10:25:40 +02:00
7ccb8fb9aa ☁️ deploy on render cloud platform 2020-05-12 10:23:44 +02:00
7c875d934f pull ci branch 2020-05-12 10:17:29 +02:00
Ruidy
9f01f46f75
Continuous Integration using Github Actions (#1)
* 🧪install cypress

run yarn cypress to open E2E test runner
run yarn test to tun unit tests

* 🔧 set cypress up

- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.

* fix error in README
2020-05-12 10:15:56 +02:00
f931fb3770 🔧 set cypress up
- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.
2020-05-12 10:03:34 +02:00
bf0c645e3b 🧪install cypress
run yarn cypress to open E2E test runner
run yarn test to tun unit tests
2020-05-12 09:53:43 +02:00
8cc47c2f82 create React App with TypeScript 2020-05-12 09:41:58 +02:00
f1a9f722bc Initialize project using Create React App 2020-05-12 09:30:57 +02:00