This is a web application built with React, Vite, and TypeScript. It uses shadcn-ui
for components and tailwindcss
for styling.
https://lovable.dev/projects/d95ccfe6-1df9-4e5e-96fe-e2c877672453
- Modern Tech Stack: Built with Vite, React, and TypeScript for a fast and efficient development experience.
- Component-Based Architecture: Utilizes
shadcn-ui
for a set of reusable and accessible components. - Responsive Design: Styled with
tailwindcss
for a mobile-first and responsive layout. - Routing: Uses
react-router-dom
for client-side routing. - Animations: Incorporates
framer-motion
for smooth and engaging animations.
To get a local copy up and running, follow these simple steps.
- Node.js (v18.x or later)
- npm
- Clone the repo
git clone https://github.com/your_username/glide-automate-leap.git
- Install NPM packages
npm install
- Start the development server
npm run dev
In the project directory, you can run:
npm run dev
: Runs the app in the development mode.npm run build
: Builds the app for production to thedist
folder.npm run lint
: Lints the codebase for potential errors.npm run preview
: Serves the production build locally for preview.npm run type-check
: Checks the TypeScript code for type errors.
/
├── public/
├── src/
│ ├── components/
│ │ ├── home/
│ │ ├── shared/
│ │ └── ui/
│ ├── hooks/
│ ├── lib/
│ └── pages/
├── .gitignore
├── index.html
├── package.json
├── README.md
└── vite.config.ts
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.