Welcome to this repository for Catatan, a simple notes application with the ability to log in using Google. This is a college project built with PHP, the CodeIgniter 3 framework, a MySQL database, and Bootstrap 4. The application allows users to create, edit, and delete notes, and offers secure login with Google OAuth. It is a useful tool for organizing personal notes and thoughts.
- Registration and login for users
- Login and registration with Google
- CRUD of notes
- And many more
- PHP: a popular server-side scripting language
- CodeIgniter 3: a framework for building web applications with PHP
- MySQL: a popular open-source relational database management system
- Bootstrap 4: a front-end framework for designing responsive and mobile-first websites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
- Clone or download the repository to your local development environment.
- Set up the database by importing the provided
catatan.sql
file. - Configure the database connection settings in the
database.php
file. - Perform the installation process.
- After installation, you can log in with your Google account.
We hope you find this repository useful as you develop your own