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

https://github.com/benoitprmt/memento

Add post-it to your wall and remember your tasks
https://github.com/benoitprmt/memento

memento mysql php

Last synced: 11 months ago
JSON representation

Add post-it to your wall and remember your tasks

Awesome Lists containing this project

README

          

Memento


Github top language

Github language count

Repository size

License


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## 🎯 About ##

Add post-it to your wall and remember your tasks !

## ✨ Features ##

- Login / Register
- Post-it creation
- Post-it remove
- View your post-it on the home page
- Add the date of the tasks

Only you can view your notes !

## 🚀 Technologies ##

The following tools were used in this project:

- [PHP](https://php.net/)
- [MySQL](https://www.mysql.com/) *(as database)*

## ✅ Requirements ##

Before starting 🏁, you need to have [Git](https://git-scm.com) installed.

## 🏁 Starting ##

```bash
# Clone this project
$ git clone https://github.com/BenoitPrmt/Memento

# Access
$ cd Memento
```

You can launch the project as usual is XAMP, MAMP, WAMP, etc or with PHP server.

## 📝 License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with ❤️ by Benoît

Back to top