Skip to content

Rahullkumr/TheGreenCorner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Green Corner

work in progress

A plant selling fully responsive webapp built using React19 + Vite, Tailwind CSS 4, GSAP and REST API.

+ todo: use Django for backend 

useful commands

  • create react app using pnpm: pnpm create vite@latest

  • install dependencies: pnpm install

  • run the project: pnpm run dev

  • install new package: pnpm add <package_name>

    • install tailwindcss 4: pnpm add -D prettier prettier-plugin-tailwindcss

Tech Stack:

libraries and packages used in this project.

  1. React

    • The library for building user interfaces.
  2. React context API

    • For state management.
  3. Tailwind CSS

    • For styling.
  4. GSAP

    • For animations.
  5. Axios

    • For fetching data from APIs.
  6. Rest API

    • For storing data.
  7. Json server

    • For hosting the API.
  8. React router dom

    • For routing.
  9. React icons

    • For icons.
  10. Figma

    • For designing the UI.
  11. Swagger

    • For documenting the API.
  12. Recharts

    • For displaying charts in Dashboard.
  13. React lazyload

    • For lazy loading images.
  14. Swiper

    • For auto sliding images in carousel.
  15. UUID

    • For generating unique ids.
  16. Framer motion

    • For animations.
  17. React toastify

    • For displaying toast messages.
  18. React hot toast

    • For displaying toast messages.
  19. Lenis

    • For smooth scrolling.
  20. React loading skeleton

    • For displaying loading skeletons.
  21. Lodash

    • For debouncing.
  22. Jira

    • For project management.
  23. Git

    • For version control.
  24. Github

    • For hosting the project.

Releases

No releases published