Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sohunn/event-planner


https://github.com/sohunn/event-planner

Last synced: about 2 months ago
JSON representation

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