Skip to content

savitakatwe/tweetx

Repository files navigation

Twitter Frontend Assignment

Next JS / Typescript

Demo URL https://tweetx-eight.vercel.app/auth/register

Demo User

Email : [email protected]
password : 123

Deployed in Vercel the server is slow.

Details Here

Perform below commands to set up dev env and run project.

yarn
yarn dev

For production server run below command

yarn start

List of atomic components

  • Avatar
  • Button
  • Feed
  • Tabs
  • TextBox
  • Typography
  • UserProfile
  • UserRow

Technologies Covered:

  • ReactJs - UI library
  • NextJs - SSR(server side rendering) Framework
  • NodeJs - To run server-side JavaScript engine.
  • Typescript - To define a strict typing.
  • Eslint - To follow style pattern, Airbnb is used.
  • Prettier - To follow proper spacing, indentation etc.
  • Lint staged - This is used to perform actions on staged files.