maxshay / web-homework

Front-end (web) homework project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Divvy Homework Assignment

This repository provides a starting point for a basic React + GraphQL application. All of the configuration boilerplate is complete so you can start by writing the code that you want us to see.

Please fork this repo a private repo on your GitHub account.

Please share your finished project repo with @thawk55 and @jakerichan as part of your submission.


Project Setup

This repository is split into a web app directory (eg /webapp) and two server directories (eg /webserver and /elixir).

The /webserver one includes a functional GraphQL server in NodeJS with MongoDB backing it.

The /elixir one includes a functional GraphQL server in Elixir with Postgresql backing it.

If you are applying for backend, you should use the elixir code. If you are applying for frontend, feel free to use either.

This project is intentionally not utilizing 3rd party services or create-react-app to give you the opportunity to showcase your talents wherever they are, be it the front end or the back end.

Instructions

If you are pursuing a full stack or backend position, please include elixir code changes in your homework.

See the Frontend instructions for frontend focused instructions. If front end only, use the node server in /webserver.

See the Backend instructions for backend focused instructions.

About

Front-end (web) homework project.

License:MIT License


Languages

Language:JavaScript 50.9%Language:Elixir 45.8%Language:CSS 1.1%Language:Shell 0.8%Language:EJS 0.7%Language:HTML 0.6%Language:Dockerfile 0.2%Language:Procfile 0.0%