Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.13 KB

Atlys Frontend Assessment

Functionalities:

  • Comment section
  • Post options menu
  • Inbuilt View Transitions API
  • Added a basic forgot password modal

Technology Stack

  • Language : Typescript
  • Framework : React

Libraries

Project Setup

  • Clone the project repository from Github
  • After cloning, get into the project folder
    $ cd atlys-fe-assessment
  • Add your git info
    $ git config --local user.name "<your full name>"
    $ git config --local user.email "<your email id>"
  • Checkout your new branch from main
  • Install all dependencies
    $ yarn
  • Paste the env variables in the .env files
  • Run the app
    $ yarn dev
  • App is now running at
    http://localhost:5176/
    

Ground rules

  • we use yarn as package manager, so should you. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files.

Authors and Maintainers

Nikhil Srivastava : [email protected]