Skip to content

sahasourav17/ProgrammingTest-Softwrd

Repository files navigation

Preliminary Assessment - Junior Frontend Engineer

This is my first time working with Svelte, and I'm excited to learn and build with it. Please be aware that my code may not strictly follow all best practices, and there is a possibility of mistakes as I'm still learning. I'm open to feedback and suggestions from you. So,if you see something that could be improved or if you have any tips, please feel free to share your thoughts.Your feedback is greatly appreciated.

Project Setup

  • Clone this repository
  • Run npm install [Make sure you have node installed on your machine]
  • Then run npm run dev to start the project on localhost.

Project Structure

.
├── figures
│   ├── chartpage.png
│   ├── layoutpage.png
│   └── mappage1.png
├── index.html
├── jsconfig.json
├── netlify.toml
├── package.json
├── package-lock.json
├── postcss.config.js
├── public
│   └── vite.svg
├── README.md
├── src
│   ├── app.css
│   ├── App.svelte
│   ├── assets
│   │   └── svelte.svg
│   ├── lib
│   │   ├── Counter.svelte
│   │   ├── CountryTable.svelte
│   │   └── PolarAreaChart.svelte
│   ├── main.js
│   ├── routes
│   │   ├── ChartPage.svelte
│   │   ├── Layout.svelte
│   │   └── MapPage.svelte
│   ├── stores
│   │   └── countryDataStore.js
│   └── vite-env.d.ts
├── svelte.config.js
├── tailwind.config.js
└── vite.config.js

Routes

Layout Page : https://softwrd-programming-test.netlify.app/

Chart Page : https://softwrd-programming-test.netlify.app/chartpage

Map Page : https://softwrd-programming-test.netlify.app/map-page

Layout Page

Chart Page

Map Page

Issues

[Layout Page]

  • Mobile view is not completly working as the problem given layout.

[Chart Page]

  • Need to fix the styling issue to match the layout completely
  • PolarAreaChart occasionally doesn't show up, it just gives some circles.

[Map Page]

About

This repository contains the solution of the test given for the position of Junior Frontend Engineer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published