Skip to content

nikhilSriva/atlys-fe-assessment

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published