- Overview
- Features
- Reminder Feature
- Translation Feature
- Installation
- Usage
- Technologies Used
- Dependencies
- Browser Compatibility
- Contributing
- License
This application helps users organize their personal information, academic records, and manage university applications efficiently. Users can add, edit, and delete universities, store personal information, and switch between light and dark modes. The app supports custom sections and fields, ensuring flexibility in handling various kinds of information.
- Dark/Light Mode: Easily toggle between dark and light themes.
- CRUD for Universities: Users can add, update, and delete university applications.
- Local Storage: All the data, including personal information and university lists, is stored in the browser's local storage. This ensures that the user's data persists between sessions.
- Welcome Modal: A modal greets new users, explaining the application’s purpose and functionality.
- Keyboard Shortcut for Saving: Users can press
Ctrl+S
(orCmd+S
on Mac) to save their personal information quickly. - Dynamic Accordion Sections: Toggle individual sections or show/hide all sections to organize information better.
- Reminder Feature: Users can set reminders for specific events or dates, and the app will display the reminders in the user's local time format.
- Clipboard Copy: Users can copy specific fields or all the information at once to their clipboard.
- Internationalization (i18n): The app supports both English and French translations for various UI elements.
- Search Feature: Users can search through their university applications and personal information.
The reminder feature allows users to set a reminder by selecting a date and time. The date is displayed in the user's local timezone. The application stores the reminder information in local storage, ensuring that reminders are persistent across browser sessions.
- The user can enter a reminder text and select a date and time.
- The date and time input is automatically set to 5 hours from the current time.
- All reminders are displayed in the user's local timezone for better accuracy.
This application supports translation between English and French for the UI. The internationalization (i18n) feature allows the app's text to be dynamically switched based on the user's selected language.
- English:
- "This app helps you organize your personal information, academic records, and track your university applications efficiently."
- "You can save your information, modify it anytime, and even add new sections or fields as needed."
- French:
- "Cette application vous aide à organiser vos informations personnelles, vos dossiers académiques et à suivre vos candidatures universitaires de manière efficace."
- "Vous pouvez sauvegarder vos informations, les modifier à tout moment et même ajouter de nouvelles sections ou champs selon vos besoins."
These translations are handled using the data-i18n
attribute for different UI elements.
- Clone the repository:
git clone https://github.com/itsma3il/InfOrganizer
- Open the project in a local development environment.
- Open
index.html
in your browser to start using the application.
- Enter the university name.
- Select the type of university (e.g., Cycle Ingenieur, Licence Professionnelle, etc.).
- Choose the status (e.g., Applied, Pending, Accepted, Rejected).
- Click the Add button.
- Enter the reminder text.
- Select the reminder date and time (default is 5 hours from the current time).
- Click the Add Reminder button.
- The reminder will be saved and displayed in your local timezone.
- Select your language of choice using a dropdown or toggle in the application.
- The application will dynamically update the text on the page based on your selection.
The search feature allows users to quickly find specific information within their university applications and personal data. This feature enhances the user experience by providing fast access to relevant information.
- Real-time Search: As users type in the search bar, results are updated in real-time.
- Comprehensive Search: The search function looks through all university applications and personal information fields.
- Highlighted Results: Matching search terms are highlighted in the results for easy identification.
- Case-insensitive: The search is case-insensitive, making it easier for users to find what they're looking for.
- Locate the search bar at the top left Menu.
- Start typing your search query.
- Results will appear automatically, showing matching universities and personal information.
- Click on a result to navigate directly to that piece of information.
This feature significantly improves navigation and information retrieval within the application, especially for users with a large number of university applications or extensive personal data.
- HTML5/CSS3: For the app structure and design.
- JavaScript: For handling dynamic functionalities such as CRUD operations, reminders, and localization.
- Local Storage: To save user data, reminders, and theme preferences.
- No external libraries are required. This application uses vanilla JavaScript, HTML, and CSS.
This application is compatible with modern web browsers including:
- Google Chrome (version 90+)
- Mozilla Firefox (version 88+)
- Microsoft Edge (version 90+)
- Safari (version 14+)
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature-branch-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch-name
- Submit a pull request
For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.