Giter VIP home page Giter VIP logo

finnplay's Introduction

Finnplay test task for front-end developer

This app contains two main folder. *client *server

client: This is the fontend application build on the React. Foler strucutue given below.

client ├───build: contains production ready files ├───public: contain index.html folder root file which is used by the react. src: main source code folder which contains the business logic and User interface. ├───assets: contains images and icons folder. │ └───images: contains images files. ├───components: contains reusable components that will be used in pages or views. │ ├───common: common component which can be used in many places. │ │
│ ├───gamesContainer: game container component to show all the games listing UI. │ │ ├───FiltersContainer: filter component to show all the filers like groups, provider, soring and seach input. │ │ └───imageList: reusable component to show all the game listing. │ └───header: application header component finnplay. ├───data: some static data. ├───interfaces: interfaces to define the javascript variables, functions, objects and etc types. │ └───redux: ├───pages: this folder contains all the pages of our application. │ ├───gamesList: gamelist folder to show game listing. │ ├───login: player login page. │ └───pageNotFound: this page will show when no url route will match in our application. ├───redux: state management to define the application states like login, gamelisting, sorting and API fetching. ├───routes: application routing. ├───theme: theme configuration according to our application desing. └───utils: some common util function to use in business logic.

server: src ├───data.json: static json file that is servered to the client side with data like gamelist, provider and groups. └───index.js: file which contains API that are used on the server side.

commands to use the application

npm run start:client

npm run build

npm run start:server

npm run lint:fix

finnplay's People

Contributors

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