World Conquest Chronicles

World Conquest Chronicles

go-exercises-frontend, v1.0-alpha

Front-end of the service for solving programming exercises.

Add the basics of the layout and the routing; add the page header and the login form.

Change Log

  • Add the basic layout
  • Implement the basics of the routing
  • Add the page header:
    • Implement the signing out
    • Display the user avatar
    • Fix the background color of the page header elements
    • Add the tooltip for the home button
  • Add the login form:
    • Add the basics of the login form
    • Implement the logging in the login form
    • Decode the access token
    • Implement the signing in
    • Redirect authenticated users from the login form

Installation

Clone this repository:

$ git clone https://github.com/thewizardplusplus/go-exercises-frontend.git
$ cd go-exercises-frontend

Install the dependencies:

$ npm install

Build the project:

$ npm run build

Repository

Link: https://github.com/thewizardplusplus/go-exercises-frontend/tree/v1.0-alpha.

Content: code.

License: MIT.