Skip to content

Spider Web Development Inductions 2018 - task 2

Notifications You must be signed in to change notification settings

shakeabi/notedo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note.DO

Note.DO is a simple web app to store notes and ToDo-lists.

Features

  • App with secure login and sign up options.
  • Users can create to-do lists and check out items they have completed, and uncheck them too.
  • Feature to create notes with a title,description and images for each note.
  • Feature to record time of creation and last edit time of the notes and lists.
  • Sorting features based on time, level of importance, yet to do tasks of the note and lists.
  • Users can add labels and view based on labels.
  • Feature to allow multiple collaborators for a list, users can add other users, delete them as per their wish.

Framework used : PHP on Apache
Database : MySQL
Server : Apache


Connections to database

  • Enter your username and password of mySQL database in connect.php
define ('DB_USER','localhost');
define ('DB_PASSWORD','password');

Replace "localhost" and "password" with your own username and password of mySQL database.


How to run :

  • Clone/download this repository.
  • Copy the folder notedo 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 https://localhost/notedo/ as the URL.

Built With

About

Spider Web Development Inductions 2018 - task 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published