Skip to content

drex04/crater-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crater

Project Description

Crater is a single-page application that lets users browse through DJ tracklist data aggregated from internet radio stations.

  • Responsive React front-end using React-Router, Material-UI, and CSS-in-JS, deployed with Create-React-App on Vercel
  • Back-end REST API using Django-REST-Framework and PostgreSQL, deployed on AWS Elastic Beanstalk, secured with HTTPS. Link to the Back End Github repo here.
  • Sketched user flows and wireframes in Figma with a UX designer and managed work using a Kanban board and GitHub issues

Commands

In the project directory, you can run:

npm start

to run 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.