Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

ScottGibbons00/devit-copy

Repository files navigation

DevIt

DevIt Logo

The Team

Team Photo how?

TODO: short project description, some sample screenshots or mockups

Project Description

Devit is a community platform focused on facilitating connections between developers, desginers and innovators. The platform aims at forming teams to help budding designers and engineers gain project experience as well as to help innovators' ideas come to life. The platform consists of a Project page where users are able to post project ideas as well as join onto exisiting projects. Devit also provides a platform for users to keep track of their projects and earn badges as they make more progress.

Find a Project Mockup

Complete figma mockup

Figma mockup

Architecture

TODO: descriptions of code organization and tools and libraries used

Tools

Purpose Library Comments
Routing React Router, React Router DOM Enables serving up different components based on our own static/dynamic routes
State Management Redux, React Redux Provides subscription-based state and helps avoid prop-drilling
Data Fetching Axios Straightforward syntax for fetching data over HTTP
Asynchronous Stat Updates Redux Thunk ⚡️ Supercharges Redux store so it can handle functions, enabling state updates with asynchronous data

Setup

TODO: how to get the project dev environment up and running, npm install etc

  1. Clone Project
  2. Run npm i to install project dependencies
  3. Run npm start to start the project at http://localhost:8080

Deployment

TODO: how to deploy the project

Deploying the Client

DevIt is hosted on Netlify using continuous deployment on the master branch.

devit-21s.netlify.app

Netlify Status

Deploying the Server

The DevIt API is hosted on Netlify using continuous deployment on the master branch of the DevIt API repository.

Authors

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published