A personal event manager applicationa built with React.js, JavaScript, and Tailwind CSS.
- Show all events
- View event detail page
- Add event
- Delete event
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