Skip to content

SKILLED - Learn about different trade careers offered at different OC community colleges

Notifications You must be signed in to change notification settings

Angel-Bazan/skilled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents

Why Skilled? - App Overview

This app helps Orange County students match their trade career interest to their local community college. The app provides a link to a YouTube video for a better explanation of the trade program and the list of community colleges that offer that trade.


TechStack

Tools, languages, and others

html
html
CSS
CSS
JavaScript
JavaScript
postgreSQL
postgreSQL
Express
Express
React
React
Node
Node
Bootstrap
Bootstrap
Render
Render

APIs

motivational quote-api auth0

Motivational quote

Auth0

Style Guide

Wireframe

Screen Shot 2022-10-24 at 9 43 46 PM

Database Model

Screen Shot 2022-10-24 at 9 45 54 PM
.

Installation

  1. Clone the repo:

    https://github.com/Angel-Bazan/skilled
  2. Install all NPM packages using this in the root directory:

    npm install
  3. Database setup:

    1. Copy the root example environment file
    cp .env.example .env
    1. You can choose to edit .env or just use as-is.
    2. Run the following to setup the database with the seed file:
    npm run db:init

Set Up React client for auth0

If you want to try it with Auth0, the frontend needs to be setup with the following:

  1. Copy the app's example environment file

    cp app/.env.example app/.env
  2. The .env file allows the React app to use Auth0, and requires an Auth0 domain + client-id.

Testing

Jest Testing

To run tests on the terminal:

  • On client side run the following command:
   npm test

Future Development

  • Incorporate a search funtionality to search a specific trade in my different cards
  • Add a college tab where it has all the information from all the colleges
  • Add a contact info where you can contact different counselors for the trade program

About

SKILLED - Learn about different trade careers offered at different OC community colleges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published