Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamsudhir-kumar/ecoyaan-internship
This repository is for the internship assignment at ecoyaan
https://github.com/iamsudhir-kumar/ecoyaan-internship
gsap reactjs svg-animations svg-icons tailwindcss vercel vite
Last synced: 13 days ago
JSON representation
This repository is for the internship assignment at ecoyaan
- Host: GitHub
- URL: https://github.com/iamsudhir-kumar/ecoyaan-internship
- Owner: IamSudhir-Kumar
- Created: 2024-02-02T06:43:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T14:22:54.000Z (7 months ago)
- Last Synced: 2024-04-27T20:56:42.289Z (7 months ago)
- Topics: gsap, reactjs, svg-animations, svg-icons, tailwindcss, vercel, vite
- Language: JavaScript
- Homepage: https://ecoyaan-internship.vercel.app
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecoyaan
## Preview Video
https://github.com/IamSudhir-Kumar/ecoyaan-internship/assets/112376748/fe7e108b-274d-4c67-8944-3c9276d00792
## Frameworks and Tools Used
- React JS: A JavaScript library for building user interfaces.
- GSAP (GreenSock Animation Platform): A powerful JavaScript animation library for creating high-performance, complex animations.
- Tailwind CSS: A utility-first CSS framework for creating custom designs quickly.## How to Run the Project
Follow these steps to run the project locally:
1. Clone the repository:
```bash
git clone https://github.com/IamSudhir-Kumar/ecoyaan-internship/
````
2.Navigate to the project directory
```bash
cd ecoyaan
````
3.Install dependencies:
```bash
npm install
````
4.Start the development server:
```bash
npm run dev
````
5.Open your browser and visit http://localhost:5173 to view the application.