Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohunn/event-planner
https://github.com/sohunn/event-planner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sohunn/event-planner
- Owner: sohunn
- Created: 2024-11-11T11:07:43.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:01:02.000Z (about 2 months ago)
- Last Synced: 2024-11-13T17:18:34.630Z (about 2 months ago)
- Language: TypeScript
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
- Clone the repo by using the following command
```
git clone https://github.com/sohunn/event-planner.git
```## Setting up the backend
```
cd backend
npm install
npm run start:dev
```## Setting up the frontend
```
cd frontend
npm install
npm run dev
```Go over to http://localhost:3000/ and you should see the app running. Navigate using different links to see the outcome of each checkpoint
# Potential Improvements / Features
- Converting the project into a PWA
- Integrating AI to suggest task ideas based on previous tasks
- Create events from templates
- User profiles
- Recurring events
- Invite different users for events
- Share events
- RSVP Tracking
- Event Tags
- Integration with google calendar
- Analytics and Insights