Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.