Giter Site home page Giter Site logo

twitter_app's Introduction

simple-twitter

project IDEA exercise 1.2: Creating simple twitter app Create a simple twitter app. 1 . Tweets will depend on this file. The tweets shown in page should change if this file is also changed. (tip: use AJAX) 2. Use cookies and/or local storage so that new tweets created will remain in the homepage. (tip: use JSON class in javascript) 3. There will be points dedicated on the User Interface of this web application. Use Bootstrap or Semantic UI ​as the main css framework on designing this app. You can add your own css file by creating a new one. (tip: To override some predefined attributes of bootstrap or semantic ui css file, import the css of bootstrap or semantic ui first and then import your own css file or use !important keyword) 4. This website should be responsive on the screen size of iPhone 5. Meaning, the layout of the website can look “destroyed” on mobile phones with smaller screen size than the iPhone 5 but the website should look great on mobile phones with same or bigger screen size than the iPhone 5. (tip: Start developing your web application from mobile phones first and then build your web application for desktop computer) 5. You can also use jQuery and other javascript libraries (even if they are not stated in this exercise). a. Your web application should work on Google Chrome, Mozilla Firefox, and Opera. b. Best twitter app will have a special prize from the tutors. :) BONUS: Use firebase on creating, retrieving, updating, and deleting tweets. The attributes of a tweet should be the same as the ones used in a json file.

Technologies to study: 1 . JavaScript Programming Language a. Take note of the differences between the let and var keywords. b. Differences between promise and callback functions c. ES6 Specifications 2. jQuery - a JavaScript Library a. The general syntax of jQuery b. innerHTML and change style of jQuery c. animations in jQuery d. Doing AJAX calls 3. Bootstrap 3/ Semantic UI 2 a. Different CSS classes to design the webpage b. Responsiveness to mobile phones 4. Firebase - optional

twitter_app's People

Contributors

kimezekiel avatar

Watchers

James Cloos 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.