All Projects → codehakase → studyLog

codehakase / studyLog

Licence: MIT License
A Study Log Web Application i built to log my progress during self created streaks.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to studyLog

st-device-sdk-c
SmartThings SDK for Direct Connected Devices for C
Stars: ✭ 75 (+316.67%)
Mutual labels:  opensource
fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (+172.22%)
Mutual labels:  opensource
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (+105.56%)
Mutual labels:  opensource
open-gsa-redesign
A fresh start for open.gsa.gov.
Stars: ✭ 27 (+50%)
Mutual labels:  opensource
impact-tools
Simple blueprints for change-makers
Stars: ✭ 34 (+88.89%)
Mutual labels:  opensource
awesome-mentors
List of people interested in helping you in getting started with open source contribution or your own projects
Stars: ✭ 31 (+72.22%)
Mutual labels:  opensource
time-api
Nodejs API for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (+33.33%)
Mutual labels:  opensource
opensource
Olist Open Source Projects
Stars: ✭ 37 (+105.56%)
Mutual labels:  opensource
bagisto-bulk-upload
The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
Stars: ✭ 16 (-11.11%)
Mutual labels:  opensource
open-source
A safe, welcoming space for developers to learn good practice for collaboration and try their hand at making contributions to OSS. Maintained by the Virtual Coffee Slack group.
Stars: ✭ 20 (+11.11%)
Mutual labels:  opensource
ConfTalks
⚠️ Development is currently on hold 🎥 An open source index of already recorded and scheduled conference talks to help you decide if you should go. Built for all developers 👩‍💻👨‍💻
Stars: ✭ 53 (+194.44%)
Mutual labels:  opensource
Hacktoberfest-Guide-2019
කොල්ලන්ට කෙල්ලන්ට Hacktoberfest ටී ෂර්ට්👉 Hacktoberfest 2019 opensource guide. Happy Open Source❤️😍😍❤️ Do Your Activity Here 👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇
Stars: ✭ 11 (-38.89%)
Mutual labels:  opensource
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (+0%)
Mutual labels:  opensource
tabular
Tabular simplifies printing ASCII tables from command line utilities
Stars: ✭ 62 (+244.44%)
Mutual labels:  opensource
Daemon
适用于 MCSManager 的守护进程,用于与面板端进行分离直接控制和管理程序
Stars: ✭ 72 (+300%)
Mutual labels:  opensource
bulma-components
Bulma CSS Components - Open-Source project
Stars: ✭ 43 (+138.89%)
Mutual labels:  opensource
kafka-connect-iot-mqtt-connector-example
Internet of Things Integration Example => Apache Kafka + Kafka Connect + MQTT Connector + Sensor Data
Stars: ✭ 170 (+844.44%)
Mutual labels:  opensource
EasyAbout
A fully material-designed about fragment for your application.
Stars: ✭ 47 (+161.11%)
Mutual labels:  opensource
react-native-audio-session
React Native module for handling the AVAudioSession instance on iOS.
Stars: ✭ 25 (+38.89%)
Mutual labels:  opensource
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (+11.11%)
Mutual labels:  opensource

StudyLog

A Study Log Web Application I built to log my progress during self created streaks. studylog

Live Version coming soon!

Usage

The main Concept of this app, is to create Streaks. Streaks are days related to a specific tag. The App allows one Log Once per day.

Config

  • Clone or download the Repo to your local Machine

    git clone [email protected]:codehakase/studyLog.git //SSH or
    
    git clone https://github.com/codehakase/studyLog.git //HTTPS
    
  • create a .env file from the .env.example and update the environment variable with your details:

    DB_CONNECTION=YOUR_DATABASE_DB_CONNECTION
    DB_HOST=YOUR_DB_HOSST
    DB_PORT=YOUR_DB_PORT
    DB_DATABASE=DATABASE_TO_CONNECT_TO
    DB_USERNAME=DB_USERNAME
    DB_PASSWORD=DB_PASSWORD
    .....
    
  • Install the required packages

    composer install
  • Run Migrations from your Terminal

    php artisan migrate
  • Serve up your application

    php artisan serve

TODOs

  • Notification on end of Streak
  • Tags History
  • Reports

Development

  • Laravel >= 5.4
  • PHP >= 5.6 (7 recommended)
  • Homestead, Valet - Optional
  • Built-in Server

Contributing

Please feel free to fork this repo and contribute by submitting a pull request to add features, or to make some corrections to them.

How can I thank you?

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or Facebook? Spread the word!

and also, follow me on twitter!

Thanks! Francis Sunday.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].