A calendar for your community. post events for everyone to see!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Ship 1
This ship is currently being voted on by the community. Check back later!
I added functionality for the users to get a alert when the backend is not working. I had no idea how to do this but was suprisingly easy just had to add on to the useEffect I already had. After that I added some comments on code just to improve the readability as well as some other minor changes.
Made a small change in the code so that the url at the top changes to / when you use the share link instead of it being /share-event?id=12345
Ok, I fixed all the little errors that were there before, and I added functionality to share events by copying the link, mailing, or sending via WhatsApp
so for some reason, the last devlog time did not get logged and it shows 0m next to it so this time is part of the previous devlog.
That took so long. There was this really annoying bug that was practically impossible to kill. No matter what I did, I always got 422 Unprocessable Content. I had no idea why this was happening, and in the end, it happened because there was an error in the database schema, which resulted in me getting errors even after I fixed it. I had to delete and recreate the DB for it to work. It took me too long to realize that. :(
There are still some things I need to fix, such as you have to refresh the page for the ideas to show up, and when you delete the idea, the modal doesn't disappear immediately. It should be easy fixes and shouldn't take too long.
I added the ability to update events. next, I want to add the stats in and then update Tailwind to look more like the hackclub theme colors
I got the two ends linked. Not my best screen recording the top got cut off but after I submitted the new event, I was reloading the page to show that it will still work after. Also, I kept the event, but you can delete it and also make edits to it. I still have to add editing, though.
That took so loong. I worked on this for probably 45 mins and then had to go take a break and watch One Piece. It's done. I added every single endpoint I could think of, and it's looking pretty good. I am not happy, though. You see, I enjoy writing code in Python, which is why I can go so long without taking a break for this, but now I have to write the frontend, and that makes me sad because JS is kind of boring, ngl. But hey, check out how many endpoints I added, it's a lot. There are almost 400 lines of code in the backend now!! Which is crazy. This is getting pretty long, so bye 👋
I made a basic app. it just adds events and makes the events. Its good, but now I have to make the backend for this so I can save details. You can even make a event by clicking on the day it happens.