Go back to all projects
guess the pokemon banner image

Datapoints list

For this project I wanted to make an application that made it easier for myself to turn in my datapoint. I decided to make a grid of all the datapoints I had made to that point and made it so that you can search through them.

The project

The project started by me making a grid with all the datapoints and a Javascript search function. I wanted to make it so that the datapoint cards would be added in dynamicly with javascript based on a JSON object. When I got that working I spend it to a teach to ask if it would be oke to use it to turn in my datapoints so that it would not be for nothing. After hearing that it was allowed I continued working on the project by added a way to asign categories to datapoints so that it is more clear which datapoints belong where.

Finally I added a way to mark an datapoint as a retake so that if I ever needed to retake an datapoint I could just add it in and anyone can see a clear difference between a retake and the original.

Main app image

Languages

  • HTML
  • SCSS
  • Javascript