Skip to content

gargajit/i_am_bored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am bored

If you are bored, you can pick up an activity and have some fun completing those activities.

Project Description

A backend project that takes the POST route when user selects the type or participants from the dropdown menu. API call is made using axios and the response is then sent as data to the EJS file which renders the output.

Technology used

  • HTML CSS JS
  • NodeJS
  • ExpressJS
  • EJS

UI

  • On load

image

  • Random Activity (no option selected, random activity is rendered)

image

  • Specific Type and Participants (eg: type: social, participants: 3)

image

  • Error Handling (When there is no data for selected filters)

image