Skip to main content

Week 2

  • Added CONTRIBUTING.md file

  • Added the following GitHub infrastructure files

    • bug_report.md
    • feature_request.md
    • PULL_REQUEST_TEMPLATE.md
  • Created a routes.js file inside constant folder for url mapping

  • Added Eslint for static code analysis

  • Added Prettier for code formating and ensuring consistent style throughout the code

  • Added script for testing and formatting the code using ESlint and Prettier

  • Added prop-types to validate the props of all components

  • Added getting started overview page

  • Added random string generator function for generating token name

  • Added getDate function to get a date d days from today in YYYY-MM-DD format for generating token expiry date

Screenshots

help overview page

Pull requests