Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kishan2029/wisdom_hatch

This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.
https://github.com/kishan2029/wisdom_hatch

gatsby reactjs responsive-web-design tailwindcss

Last synced: 4 days ago
JSON representation

This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.

Awesome Lists containing this project

README

        


GatsBy

 

Wisdom Hatch


Github top language

Github language count

Repository size

Github stars


## :dart: About
This Gatsby React.js application is a clone of the site https://wisdomhatch.com/, aiming to understand the performance, effort, and suitability of Gatsby compared to React.js and Next.js for building static applications. It leverages Tailwind CSS for styling.
## :rocket: Technologies

The following tools were used in this project:
- React
- Tailwind CSS
- GatsBy


## Deploy Link
https://wisdom-hatch.netlify.app/

## :checkered_flag: Starting

```bash
# Run Project
$ npm i # Install dependencies
$ npm run dev # development run
$ npm run start # production run

# The server will initialize in the
```

 

Back to top