Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calender view events #120

Merged
merged 9 commits into from
Jul 14, 2024
Merged

Calender view events #120

merged 9 commits into from
Jul 14, 2024

Conversation

mittal-ishaan
Copy link
Collaborator

No description provided.

useEffect(() => {
async function fetchEvents() {
try {
const response = await fetch(`${backendUrl}/api/v1/events`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't fetch it here
write it in helpers/api and use the apiCall function

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done changes

yarn.lock Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use yarn to install package

@AryanGKulkarni AryanGKulkarni merged commit a47924b into main Jul 14, 2024
1 check passed
@AryanGKulkarni AryanGKulkarni deleted the calenderView_events branch July 14, 2024 15:25
Princekumarofficial pushed a commit that referenced this pull request Jul 15, 2024
Princekumarofficial pushed a commit that referenced this pull request Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants