Code Monkey home page Code Monkey logo

chirper's Introduction

Hi there, I am Greta πŸ‘‹

βš™οΈ I am passionate about learning and understanding how things work βš™οΈ

 Greta's Github Stats

πŸ₯œ Full-stack software engineer

Some of the projects I am authrorised to share are:

  1. Ξ£MARTEST, which is accessible here. If you are interested in trying out graph-based learning, please feel free to sign up!
  2. Currently developing FLOCK website. Flock is attempting to create safer spaces for anyone who identifies as a women, by providing a toolset to connect individuals with each other and empower community to reclaim the basic right of being able to return home safely.



🌱 Skills in germination

Angular
ASP .NET
C#
Java
JavaScript
React
Jest
Python
Django
Machine Learning -> Deep Learning
Cloud Associate
Linux
Solidity


πŸ”­ I’m actively looking to collaborate on projects

Reach out if you need help with realising your ideas!

πŸ“« Find me on

Β Β 

Pluralsight knowledge badges

Click on the image to go to the skill IQ profile

chirper's People

Contributors

adiliqbal95 avatar gretaivan avatar rkuppan97 avatar yourlocaldeveloper avatar

Watchers

 avatar

chirper's Issues

**Add alert**

alert when journal entry exceeds the allowed number of chars

**Data Model**

  • entry { }

    • Date { } - so we can add luxury feature later
    • Giphy URL { }
    • Reactions [ ]
    • Comment { }
    • Reads from json
    • Writes to json
  • Create basic model

  • Create constructor

  • Create functions like set function (static), static get all()

**Create anonymous journal entries**

  • Create a form
  • Extract data from a form
  • Pass data to the server
  • Server: POST method to get request form client
  • Server: store the data to JSON file
  • return the stored data through GET route to the client
  • Client: display the received data from the server

**Commenting feature**

  • click comment button
  • comment box appears
  • send data to server
  • server returns data to client

**Server Setup**

Set up server side using express / cors.

  • Include imports and create listen to run server.
  • Create basic routing

**HTML file**

Create index file ready for use with basic styling.

**Show all historic journal entries**

  • Server queries the JSON file
  • add functionality in server to send all diary entries (POST method)
  • request the entry data from the server
  • server returns all journal entries
  • Client-side appends the received data to the page

**Add GIPHY**

  • Create hidden section in HTML
  • Add DOM - on click
  • Send request to the server / or do it from client to the GIPHY API
  • Store the returned URL to the DOM hidden element
  • Display the hidden section

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.