ConcertFyi is a multi-page app that allows users to keep track of their favourite artists and the necessary information such as upcoming concerts, previous concerts, setlist, location of venue, etc.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Start the application using the
npm start
command. The app will be hosted at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.
- Navigate to the server folder in the project directory.
- Install dependencies using the
npm install
command. - Start the backend server using the
npm start
command. The app will be hosted at http://localhost:4000/.
ConcertFyi.1.mp4
You can search for an artist, get the most important information and go to the artist page.
ConcertFyi.2.mp4
As a registered user, you can save artists to your favourites list.
- express
- axios
- jwt-decode
- fontawesome
- Express.js
- React
- Postgres
- Node.js
- HTML
- CSS