Skip to content

Latest commit

 

History

History
99 lines (58 loc) · 3.25 KB

README.md

File metadata and controls

99 lines (58 loc) · 3.25 KB

landing

Agency

Software Developer, Mills Provosty, had a friend who needed a small bit of help to make a big difference. Developers Tay DeHerrera, Aiden McKay, and Gregory Anderson joined to build this app that connects. To give Agency.

Links

Here is a link to the front-end on AWS!

Back-end on Heroku

Link to the back-end repository

Description

Our goal was to create a stylish and modern CRUD app by using clean, symantic, and thoughtful code to enhance the UX/UI for our end-user. We attained that goal by utilizes the tools of React Hooks, React Styled Components, and Node on our front-end. Agency is also a PWA and the front-end is deployed to AWS. Our back-end, is built with Python and Flask, we also utilize microservices and consume the Twilio API.

Technologies Utilized

Front End

  1. React Hooks
  2. React Styled Components
  3. Jest
  4. Enzyme
  5. RESTful API fetches
  6. PWA/Serviceworkers
  7. Semantic UI

Back End

  1. Python
  2. Flask
  3. Twilio
  4. Microservices
  5. RESTful API calls

Project Management

We utilized GitHub's project board. Check out activity via the link above.

Process

We began wireframing..

Rought Draft

And Revisited some topics..

More Clearly

Here are some final shots...

Sign In Form

Modal

Client Request

Cloning

Please use the site on Heroku with the link above! But, if you are interested in cloning the repo..

First, clone the repo down to your local machine.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.