Skip to content

This project is a small web application for task management. The goal was to make it as simple and efficient as possible.

Notifications You must be signed in to change notification settings

fchavonet/web-simple_reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web logo

Web - Simple Reminder

CLICK TO ENLARGE 😇 📄 Description
🎓 Objectives
🔨 Tech stack
📂 Files description
💻 Installation and how to use
♥️ Thanks
👷 Authors

📝 Description

This project is a small web application for task management. The goal was to make it as simple and efficient as possible. Users can add tasks, check them off, change their order, and delete them. The application saves data in the local storage to prevent any loss of information.

🎓 Objectives

As with many of my projects, the aim was to work from scratch without using any frameworks. Here, the focus was primarily on honing my JavaScript skills. Despite the final output being very minimalist, it aligns with my initial idea.

If this project piques your interest, feel free to use it at your discretion. Despite its simplicity, the code is designed to be clear and modifiable, offering the possibility of adding new features in the future while preserving its ease of use.

🔨 Tech stack

HTML5 badge CSS3 badge JavaScript badge

📂 Files description

FILE DESCRIPTION
resources Contains the resources required for the repository.
README.md The readme file you are currently reading 😉.
behavior.js JavaScript code for dynamic page interactions.
index.html Main HTML file for the Simple Reminder page.
style.css CSS stylesheet for the Simple Reminder layout.

💻 Installation and how to use

  1. Clone this repository:
    • Open your preferred Terminal.
    • Navigate to the directory where you want to clone the repository.
    • Run the following command:
git clone https://github.com/fchavonet/web-simple_reminder.git
  1. Open the repository you've just cloned.

To test this little web application, visit the Simple Reminder online.

Screenshots

🔧 What's next ?

  • Adding a function to automatically move a checked reminder to the bottom of the list.
  • Added a function to indicate the priority of a reminder.
  • Clean and optimize the Javascript code.

♥️ Thanks

A big thank you to my friends Pierre and Yoann for taking time out of their busy schedule to test this little web application.

👷 Authors

Fabien CHAVONET

About

This project is a small web application for task management. The goal was to make it as simple and efficient as possible.

Topics

Resources

Stars

Watchers

Forks