Everynote helps you capture and prioritize ideas, projects, and to-do lists, so nothing falls through the cracks.
- App with secure login and sign up options.
- Users can create to-do lists with specific color codes(based on urgency) and check out items they have completed.
- Feature to create notes with a title, content with images and note color for each note.
- Feature to record time of creation and last edit time of the notes and lists.
- Sorting features based on latest update time, level of importance(color) and title.
- Feature to allow multiple collaborators for a list, users can add other users to edit their notes or delete them as per their wish.
- Users can edit their first name, last name and their registered email-id from within their account.
- Users can change their password by retyping their original password from within their profile.
Framework used : PHP on Apache
Database : MySQL
Server : Apache
Connections to database
- Enter your username and password of mySQL database in connection.php
define ('DB_User','root');define ('DB_Password','1****6');- Replace "root" and "1****6" with your own username and password of mySQL database.
- Clone/download this repository.
- Copy the folder EveryNote to your localhost directory.
- Start your XAMPP/WAMP or any apache distribution software.
- Start your apache server and mySQL modules.
- Open up your browser. Type http://localhost/EveryNote/signUp.php as the URL.