Skip to content

A space where great Engineers and great jobs can find each other! We're on Twitter and LinkedIn and have a newsletter on Substack!

License

Notifications You must be signed in to change notification settings

That-Lady-Dev/techishiring-website

 
 

Repository files navigation

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
  • Zod
  • Storybook
  • SendGrid
  • 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:

Dev Environment

Check out what the we're currently work on at https://dev.techishiring.com

Storybook

The Stoybook for this project can be found at https://stories.techishiring.com

Run it locally

npm run storybook

Local development

To install the application:

npm ci

To run the application on a developement server:

npm run dev

To reinstall your node_modules if a problem occurs with your dependencies:

npm run reset-deps

Code linting

To check the code and styles quality, use the following command:

npm run lint

To fix the linting errors, use the following command:

npm run format

Production deployment

Run this command to build the project.

npm run build

Contributing

Check out the CONTRIBUTING.md guide to assist with all you need to know before getting started with making changes to the codebase.

License

MIT License

About

A space where great Engineers and great jobs can find each other! We're on Twitter and LinkedIn and have a newsletter on Substack!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.7%
  • Other 1.0%