Git Product home page Git Product logo

code-challenge's Introduction

CloudWave Full Stack Code Challenge ~ Wave Chat

CloudWave have provided scaffolding for both the front and back end of the challenge, to save you time.

Front-end

Configuration

This application uses typescript and jest/react-testing-library. tsconfig.json has been pre-configured for the environment.

⚠️ Some files may throw typescript errors due to empty placeholder files or commented out code.

 

Linting

There's stylelint for linting SCSS files and eslint for linting code. You can lint the application with the lint and lint:styles commands in package.json.

⚠️ Some files may throw linting warnings due to commented out scaffolding code.

 

UI & Components

We've added ant design for you to use, which comes with a selection of UI React components and style classes out of the box.

Read more here.

Not comfortable with Ant design? Feel free to use native HTML elements or another component library, such as material-ui or react-bootstrap.

 

Routing

This challenge uses react-router-dom for routing.

 

Socket IO

Read more here. The examples on the home page should be enough for you to complete the challenge.

 

Back-end

Configuration

This application uses typescript and jest. tsconfig.json has been pre-configured for the environment.

 

Socket IO

The HTTP server with socket.io are already connected. The socket server will automatically run by default on port 3001.

 

Hot Reload

The backend server supports hot reload using nodemon. Any changes you make to files will automatically be updated if the server is started with the start:dev command.

code-challenge's People

Contributors

alexgurr avatar

Watchers

 avatar

Forkers

blakeeddie

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.