Coder Social home page Coder Social logo

posts-charts's Introduction

posts-charts app

Installation

The application has been bootstrapped with CRA. Before running, please ensure the .env file is created, one can copy it from the .env.example: cp .env.example .env. Running npm run start will start the development server on port 3000.

Process

I split the bigger picture in smaller sub-problems:

  1. Bootstrap the application.
  2. Understand how to use the GraphQL api by using the playground.
  3. Integrate Apollo client in the project and implement data fetching.
  4. Explore the VSIX library, implement a dummy histogram, and then adapt the fetched data to be able to use it within the chart.
  5. Add tests for the main functionalities of the application.

Choices

  • Even though I consider CRA to be less flexible for a production environment, it suited my needs just fine for this project. It allowed me to scaffold the application in seconds.
  • I have added tests and environment files support since they are necessary for any production-level application.
  • I have split structured the project according to the bussiness logic each file/component achieves.

Challenges

  • The VSIX's docs seem to be a bit out of date, they are not that organised.

posts-charts's People

Contributors

isilviu 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.