diff --git a/.env.example b/.env.example index 449cb7e2..1e78b3fe 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,2 @@ +PORT=3001 REACT_APP_BACKEND_URL=http://localhost:5050 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..46befcf3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [v1.0] – 2025-06-15 - Final Client Release +The current version is what Sokana Collective will receive from DISC. + +This version implements the following features: +- User Signing up and logging in +- User registration for in person, virtual, and online courses +- Admin uploading, editing, and deleting courses +- Online course preview for those who have not purchased those courses +- Filtering Course by type(Online, Virtual, In person) and language (Spanish, English) \ No newline at end of file diff --git a/TASKS.md b/TASKS.md new file mode 100644 index 00000000..27301276 --- /dev/null +++ b/TASKS.md @@ -0,0 +1,11 @@ +# Project Task Board + +The following touches on future possible tasks for the frontend. + +## 🕒 Future Work +- [ ] Translating entire website to Spanish +- [ ] Implementing events features +- [ ] Use calendar to help user keep track of upcoming courses and events +- [ ] Fixed delayed login response of website +- [ ] Fix occasional alert error when deleting course +- [ ] Fix logging in errors without Google