Giter Club home page Giter Club logo

mobile-hireme's People

Stargazers

 avatar  avatar  avatar  avatar

mobile-hireme's Issues

#Stretch: Web SEO and accessibility improvements

Some resources

  • optimizing app title and description, landing page (Latent Semantic Indexing (LSI) keyword)

  • App Store Optimization (ASO)

  • Others: share buttons, allow user-generated content, increase user engagement, use hashtags, etc

  • Websites: google tag manager, google search console, google analytics

Create User Dashboard Page

create a design for a user dashboard (progress (stats), history (previous session, new session))

  • create new assets (logo/images/icons) or use the one Gabe sent

implement app flow with dummy data from backend server

  • We still likely can't use auth yet, so maybe implement from login page and have the login just go to the session select page
  • Once on the session select page, after a user selects their preferences this needs to send a axios request (check out the requests in the api folder) will likely have to create some sort of request object to use
  • Display a loading spinner in the button or center screen
  • Once loaded the questions display them in the card component

Create Setting Page

create a setting page that will store the session selection

the setting will be one of the selection of the dropdown for pages that the user can navigate to

the dropdown show either user dashboard, setting, etc

create dropdown component

Create dropdown component that can take in a list of dropdown items
For example the list could be like

const dropdownItems = [
  { name: 'Home', onPress: () => console.log('Home') },
  { name: 'About', onPress: () => console.log('About') },
  { name: 'Contact', onPress: () => console.log('Contact') },
  { name: 'Logout', onPress: () => console.log('Logout') },
];

This way we can specify on a per screen basis what elements we want the dropdown to have, but have the dropdown component take care of the styles, display logic, etc.

Fix Dropdown Component

fix the created dropdown component to include relevant pages (user dashboard, setting, etc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.