Coder Social home page Coder Social logo

bharathkumarravichandran / clippy Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 89 KB

A web app to create, share notes and to-do lists

License: GNU Affero General Public License v3.0

PHP 48.45% HTML 2.60% JavaScript 48.95%
clippy notes-app noteshare todolist todoapp backend

clippy's Introduction

Clippy

Clippy is a simple web app to store notes and ToDo-lists. This project uses PHP, Javascript, HTML, CSS and AJAX requests.

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','Your-Username');
define ('DB_PASSWORD','Your-Password');

replace the string "Your-Username" and "Your-Password" with your own username and password of mySQL database.


Photo Uploading Directory

  • Create a folder "uploads" in folder Clippy to upload pictures and photos in notes.
  • All the pictures uploaded will be uploaded in the uploads folders.

How to run :

  • Clone/download this repository.
  • Copy the folder Clippy 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/Clippy/ as the URL.
  • Click on welcome.html

Built With

clippy's People

Contributors

bharathkumarravichandran avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.