# google-keep-clone **Repository Path**: kimlimjustin/google-keep-clone ## Basic Information - **Project Name**: google-keep-clone - **Description**: Clone of Google Keep built using Django and Javascript - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Google Keep Clone Try it online [here](https://google-keeps-clone.herokuapp.com/)! ### Demo | Theme / View | Light Theme | Dark Theme | | --- | ---- | ---- | | Grid | ![Google Keeps Clone demo](https://drive.google.com/uc?export=view&id=1hZ9CuZWZKlKq-4vlXJjg3uQddLubgsQV) | ![Google Keeps Clone demo](https://drive.google.com/uc?export=view&id=1E8VC-UxGFrR95PeFbdWAxd0xTc4g_Cms) | | List | ![Google Keeps Clone demo](https://drive.google.com/uc?export=view&id=1BDFXNYdnOVt0Bn0rFhfjtU72AZ1JglyY) | ![Google Keeps Clone demo](https://drive.google.com/uc?export=view&id=1XA0cCfD-pOvkZqWmxbopKeyUBWknu310) | ###### For the best experience, please use a device with a width of at least 350px ## Built using: - Python with Django framework and Jinja templating language - Vanilla JavaScript ## Getting started: - Clone this repository or fork it - To clone this repository, type `git clone https://github.com/kimlimjustin/google-keep-clone.git` on your terminal - To fork this repository, click fork button of this repository then type `git clone https://github.com//google-keep-clone.git` - Install all the dependencies of this project by typing `pip install -r requirements.txt` on your terminal. - Migrate the database by typing `python manage.py migrate` on the terminal. - Run this project - Run the project locally by typing `python manage.py runserver` on the terminal and it will be accessible in your localhost. - To run it on your local network, type `python manage.py runserver 0.0.0.0:8000` and it will be accessible in your local network. - To deploy this project, remember to run `python manage.py collectstatic` ## License Distributed under the [MIT](https://github.com/kimlimjustin/google-keep-clone/blob/master/LICENSE) License. See [`LICENSE`](https://github.com/kimlimjustin/google-keep-clone/blob/master/LICENSE) for more information. ## Contact - Justin Maximillian Kimlim - [kimlimjustin@gmail.com](mailto:kimlimjustin@gmail.com) - Project link: https://github.com/kimlimjustin/google-form-clone