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.
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.
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.
Live preview with Node at https://capstone-upcoming-events.herokuapp.com/ and with React https://fulin426.github.io/upcoming-events-react-capstone/build
- HTML
- CSS
- JavaScript
- Jquery
- React
- Node.js
- Express
- Mongoose
- mLab Database
- Mocha and Chai
- npm install ==> install all node modules
- nodemon server.js ==> run node server
- npm test ==> run the tests
- 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
This app is responsive and optimized for desktop and mobile use.