Code Monkey home page Code Monkey logo

chirp's Introduction

Chirp

Chirp logo

A social media project meant to mimic the feel of Twitter but be better

Status

What's working

  • Account creation
  • Posting
  • Replying
  • Liking
  • Account editing

What isn't working

  • Reposts
  • Viewing likes and reposts on accounts

What's planned

  • Post editing
  • Post deletion
  • Following
  • Search
  • Trends
  • "For you" timeline

Screenshot

Chirp on Desktop

Contributing to Chirp

Chirps source code (as you can see) is open source. You can freely fork this repo, make changes and then create a pull request. If you'd like to, provide your Chirp username and you'll gain a contributors badge next to your name.

Dealing with code

Using PHPs built-in server

clone this git repo and put it where you like it and cd into it

php -S localhost:port

Using Apache/XAMPP

have PHP and PDO with SQLite support installed

git clone https://github.com/actuallyaridan/chirp
mv chirp /var/www/
# Or other place your Apache or XAMPP install uses for hosting coontent

BTW that folder should be empty - if it's something like /htdocs/chirp it will 99% break

Database

This project is currently using SQLite. Chrips database is not included in GitHub, as it contains sensntive information that will not be shared publicly. There are however refereces in the PHP files, so you can create an empty replica if you'd like to.

Forking Chirp

You can freely made copies of Chirp and use Chirps code as a base for your procject. However, in order to be cool, please follow these guidelines:

• Rebrand your project: Please refrain from uisng any Chirp branding in your project

• Credit us: You should provide credit to the people who have contibuted to this project, or link this repo

Other than that, Chirp uses the MIT license.

chirp's People

Contributors

actuallyaridan avatar parpok avatar dexrnzacattack avatar timi2506 avatar

Stargazers

NuggyNet avatar BoochySans avatar Justus61 avatar  avatar AWEsome5199 avatar Tantomile avatar  avatar  avatar Zero avatar

Watchers

AWEsome5199 avatar  avatar

chirp's Issues

Add database

I know this thing uses SQLite but there's no file to use. Having one would help working on some aspects of the app

Separate backend from frontend

I think the backend should be completely separate from the frontend, and the frontend should interact with the backend through JS, with the backend returning JSON data instead of HTML... this allows anyone to make a custom frontend, and it makes the codebase cleaner... using this you can have an easier time implementing an account system, and other stuff that I cannot explain at the moment cuz it's 4 am.

I may be happy to help, depending on the free time I have, but if I were the one doing the backend, I would probably do it in Express. (mainly because that's what I am more familiar with)

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.