Skip to content

Instantly share code, notes, and snippets.

View ukhlivanov's full-sized avatar

Sergey Ukhlivanov ukhlivanov

  • Philadelphia, PA
View GitHub Profile
//Even or odd - constant complexity O(1)
function isEven(value){
if (value % 2 == 0){
return true;
}
else
return false;
}
//Are you here? Polynomial complexity O(n power 2)
function areYouHere(arr1, arr2) {
Client https://sheltered-oasis-79421.herokuapp.com/
Server https://cryptic-oasis-84188.herokuapp.com/
Landing page
https://codepen.io/UkSerg/pen/ZmpmyV
User enters "Get Started button"
LogIn/SignUp page
https://codepen.io/UkSerg/pen/RqGqgG
User enter valid credentials and jum to main page
User enter invalid credentials and gets error message
Main Page
1.As a user, I should be able to sign up for my app
2.As a user, I should be able to log in to my app
3.As a user, I should be able to add/edit personal information
4.Depend of expirience as a user, I should be able to see avialable jobs position around current location.
(Will be provided certain number)
5.For comparation as a user, I should be able to see avialable jobs position in the other location.
(Will be provided certain number)
6.As a user, I should be able to see average salary in current location
User flows
1.As a user, I should be able to sign up for my app
2.As a user, I should be able to log in to my app
3.As a user, I should be able to edit personal information
4.As a user, I should be able to upload my photo
5.Depend of expirience as a user, I should be able to see avialable jobs position around current location.
(Will be provided certain avialable numbers jobs)
7.For comparation as a user, I should be able to see avialable jobs position in the other location.
(Will be provided certain avialable numbers jobs)
8.As a user, I should be able to see average salary in current location
My application will help user to find a new job or/and monitoring jobs market.
Will be provided information for user about total numbers available positions around current location and for comparartion will be provided
available positions in the other cities/states.
https://tulip-teal.glitch.me
https://plausible-foe.glitch.me
https://glitch.com/edit/#!/noiseless-help?path=public/index.html:1:0
https://glitch.com/edit/#!/awesome-spade?path=src/reducers/index.js:21:13
https://tidy-planet.glitch.me/
https://grove-stop.glitch.me/
https://carnation-roast.glitch.me/
Address Book
https://gossamer-freezer.glitch.me/
Navigation Bar
https://react-header-bar-solution.glitch.me