Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:52:02.000Z (3 months ago)
- Last Synced: 2024-11-04T18:40:38.601Z (3 months 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.