Git Product home page Git Product logo

outdoorsy-code-challenge's Introduction

Outdoorsy Code Challenge

Assignment

Complete assignment from Outdoorsy:


How to run the application

Development

Start the local development server with .env.development config.

yarn start

Building the app

Creates a production build of the application inside the build directory and takes into effect the .env.production config.

yarn build

Additional commands

Linter

Run static analysis tool that checks TypeScript code for readability, maintainability and functionality errors:

yarn lint

TypeScript CLI

Run TypeScript compiler and performs a type check:

yarn tsc

Code Formatter

Run an opinionated code formatter in check mode:

yarn prettier:check

This will format the entire codebase according to the set rules:

yarn prettier:format

Tests

Run all unit tests:

yarn test

Run all unit test and in the end also generates a coverage report:

yarn test:coverage

Implementation

Stack

List of all used libraries/packages in this stack:

Future Improvements

Ideas about possible future improvements that could be implemented if a larger time budget were available. Of course, it would be based on the requirements of the final product.

  • Server Side Rendering
  • Better caching using localStorage or in-browser database
  • Generated code documentation (e.g. JS docs)
  • GIT pre-commit hooks
  • Image optimization
  • Splitting main logic parts to reusable packages (e.g. yarn workspaces, Nx)
  • 90 - 100% unit test coverage
  • Automation end-to-end testing (e.g. Cypress)
  • Offline Mode Support
  • PWA

Live Demo

The result of the code challenge can be tested live here:

outdoorsy-code-challenge's People

Stargazers

 avatar

Watchers

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