Skip to content

Upcoming Events is a interactive fullstack web app that allows users to search for concert dates based on their favorite artists and save events that are upcoming.

Notifications You must be signed in to change notification settings

fulin426/Upcoming-Events-Capstone-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upcoming Events React Capstone

Thinkful (https://www.thinkful.com) Third Capstone Project Upcoming Events is a interactive fullstack web app that allows users to search for concert dates based on their favorite artists and save events that are upcoming.

Screenshots

Screenshots Screenshots Screenshots

Use Case

Upcoming Events App is for fans of music events to search for and manage their events in one place. Keep track of all the up shows so you'll never miss an event.

User Stories

As a user I should be able to search for upcoming events, to save upcoming events,view event details, and create a top 5 artists list. User Stories User Stories

Working Prototype

Live preview with Node at https://capstone-upcoming-events.herokuapp.com/ and with React https://fulin426.github.io/upcoming-events-react-capstone/build

Technology

Front End

  • HTML
  • CSS
  • JavaScript
  • Jquery
  • React

Back End

  • Node.js
  • Express
  • Mongoose
  • mLab Database
  • Mocha and Chai

The typical command lines for capstone projects

Node command lines

  • npm install ==> install all node modules
  • nodemon server.js ==> run node server
  • npm test ==> run the tests

React command lines

  • npm install ==> install all node modules
  • npm run build ==> build the react files in the "build" folder
  • npm start ==> run react server on http://127.0.0.1:8080
  • npm test ==> run the tests

Responsive

This app is responsive and optimized for desktop and mobile use.

About

Upcoming Events is a interactive fullstack web app that allows users to search for concert dates based on their favorite artists and save events that are upcoming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages