eugensunic / chuck-norris-app

Sending random phrases (Chuck Norris jokes) to added recipients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chuck Norris app

App description

App retrieves a joke from a predefined online joke list and sends it to the list of mails inserted from the user

General info

  • install Node.js
  • install Git
  • clone the app: git clone https://github.com/eugensunic/chuck-norris-app.git
  • email and password are hidden and not displayed to public hence you will have to provide yours to send mails via your account see: /backend/src/utils/mail.js

Backend

Inside chuck-norris-app folder do the following:

  1. cd backend
  2. npm install
  3. npm run start --> should display: app running on port 5000 in terminal
  4. open your app on: http://localhost:5000/

Frontend

Inside chuck-norris-app folder do the following:

  1. cd frontend
  2. cd joke-app
  3. npm install
  4. npm run start
  5. open your app on: http://localhost:3000/

About

Sending random phrases (Chuck Norris jokes) to added recipients


Languages

Language:JavaScript 92.6%Language:CSS 4.9%Language:HTML 2.5%