Git Product home page Git Product logo

tweedr's Introduction

Tweedr!!!

Let's make a cool new app called TWEEDR!! Not Twitter, geez...

Wireframe!

tweedr

Description

If a user goes to the root route / they see all the tweets.

Users can register and/or login in order to create a tweet.

Getting Started

Create each part of your app step by step.

  1. Create a tables.sql for your app. Don't worry too much about making it complete, since with a seed.sql file you can update your db easily.

    • The basic tables.sql will have a users table and a tweets table.
    • The app provides a basic user creation, so the basic app doesn't need anything more for users.
  2. Implement login of the user.

  3. Create the ability to make a tweet.

  4. Change the root route to display all tweets.

Further

Users can follow other users.

Further

Users can see just the tweets of the users that they follow.

Further

Users can see just the tweets of the users that follow them.

Further

Create user profile pages. /users/1

Further

Each reference on a page should be a link to that thing - (each tweet should link to a single tweet, each user should link to their profile, etc.)

Further

Validate that the user trying to register is using a name unique to the system.

Further

Make sure that users cannot "follow" people more than once.

Further

Add a new column to the db that tracks the time that the tweet was created.

Further

Add sort by date to each kind of tweet feed you made.

Further

Add the ability to edit a tweet.

Further

Add the ability to delete things.

Further

Add bootstrap to your app.

Further

Add the ability to add a profile picture - see input type=file and form enctype=multipart/formdata

Further

Add the ability to tweet photos, also using the same profile pic upload as above.

tweedr's People

Contributors

awongh avatar lamesensei avatar

Stargazers

 avatar

Watchers

 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.