https://github.com/shiqilu77/webapplication-reminder
This is a JavaScript-based Reminders application that allows users to manage their reminders. The app fetches existing reminders from a JSON file using the fetch API and provides various features to interact with them. The app is built by Express. The database this project used is MongoDB.
https://github.com/shiqilu77/webapplication-reminder
express javascript mongdb
Last synced: 4 months ago
JSON representation
This is a JavaScript-based Reminders application that allows users to manage their reminders. The app fetches existing reminders from a JSON file using the fetch API and provides various features to interact with them. The app is built by Express. The database this project used is MongoDB.
- Host: GitHub
- URL: https://github.com/shiqilu77/webapplication-reminder
- Owner: ShiqiLu77
- Created: 2023-06-24T02:15:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T20:35:57.000Z (over 1 year ago)
- Last Synced: 2025-06-11T18:24:51.708Z (about 1 year ago)
- Topics: express, javascript, mongdb
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Dynamic Web Project - JS Reminders App**
This is a simple JavaScript-based Reminders application that allows users to manage their reminders. The app fetches existing reminders from a JSON file using the fetch API and provides various features to interact with them.
The app is built by **Express**. The database this project used is **MongoDB**.
The following functions has been implemented
1. View Reminders
2. Add Reminder
3. See Reminder Details:
4. Mark as Complete
5. Edit Reminder
**Instructions to Run the Project**
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Compile SCSS files into CSS files, the path should be "dist/main.css".
3. Open the index.html file in a web browser.
4. You should now be able to use the JS Reminders app and interact with the reminders.
