Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israelmitolu/digitaly
Digital Marketing Agency Landing Page
https://github.com/israelmitolu/digitaly
framer-motion reactjs tailwindcss vite vitejs
Last synced: 12 days ago
JSON representation
Digital Marketing Agency Landing Page
- Host: GitHub
- URL: https://github.com/israelmitolu/digitaly
- Owner: israelmitolu
- Created: 2022-09-22T12:50:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T05:51:57.000Z (over 1 year ago)
- Last Synced: 2024-10-06T04:01:22.976Z (about 1 month ago)
- Topics: framer-motion, reactjs, tailwindcss, vite, vitejs
- Language: JavaScript
- Homepage: https://digitaly.netlify.app
- Size: 6.15 MB
- Stars: 24
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Digitaly - Digital Marketing Agency Landing Page Website.
[![Netlify Status](https://api.netlify.com/api/v1/badges/3d529733-8f24-4a95-a83e-0331d4d88b68/deploy-status)](https://app.netlify.com/sites/digitaly/deploys)
## Snapshots 📸
![Snapshot of Digitaly](public/assets/Digitaly%20Snapshot.png)
## Tech Stack ✨
- [React.js](https://reactjs.org/) - UI Library
- [Tailwind CSS](https://tailwindcss.com/) - Styling and UI
- [Framer Motion](https://www.framer.com/motion/) - Animations
- [Vite](https://vitejs.dev/) - Build tool
- [Netlify](https://www.netlify.com/) - Hosting and Deployment## How to run locally 💻
Follow these steps to run Digitaly in your local machine.
### Clone this repository
```bash
git clone https://github.com/israelmitolu/Digitaly.git
```### Navigate to directory
```bash
cd Digitaly
```### Install dependencies
```bash
npm install
```### Run
Run the development server to view the app.
```bash
npm run dev
```Now, you can navigate to http://localhost:3000/ to view the app.
### Build
```bash
npm run build
```## Credits ✍
Implementation by @israelmitolu and [@pappyjay23](https://github.com/Pappyjay23)
Design inspiration: [One Week Wonders](https://dribbble.com/shots/18963472-Digitaly-Digital-Marketing-Agency-Landing-Page-Website)