Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 636 Bytes

File metadata and controls

38 lines (24 loc) · 636 Bytes

Event Manager

A personal event manager applicationa built with React.js, JavaScript, and Tailwind CSS.

Project Demo

  • Event List Home

  • Add Event Blog Detail

  • Event Detail Home

Features

  • Show all events
  • View event detail page
  • Add event
  • Delete event

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000