TechIsHiring Website
TechIsHiring's website, focusing on showcasing the top tweets from the Twitter account and the TechIsHiring newsletter.
Technologies Used
- Next.js
- Tailwind CSS
- Chakra UI
- TypeScript
- Storybook
- Axios
- Posthog
Project Figma
This is a link to the Figma File for the TechIsHiring Website: TechIsHiring Website Figma
Project Design Document
This is a link to the Engineering Design Document for v1.0.0 release: Engerineering Design Document
Atomic Design
This project uses Atomic Design for it's Components. Here are several resources for Atomic Design if you are unfamiliar:
Storybook
The Stoybook for this project can be found at https://stories.techishiring.com.
Run it locally
npm run storybookLocal development
To install the application:
npm ciTo run the application on a developement server:
npm run devTo reinstall your node_modules if a problem occurs with your dependencies:
npm run reset-depsCode linting
To check the code and styles quality, use the following command:
npm run lintTo fix the linting errors, use the following command:
npm run formatProduction deployment
Run this command to build the project.
npm run buildContributing
Check out the CONTRIBUTING.md guide to assist with all you need to know before getting started with making changes to the codebase.

