https://github.com/frankiefab100/gitsnap-web
GitSnap extension landing page
https://github.com/frankiefab100/gitsnap-web
frontend landingpage mobile-first mobilefirst reactjs responsive-web-design responsive-website uidesign userinterface website
Last synced: 2 months ago
JSON representation
GitSnap extension landing page
- Host: GitHub
- URL: https://github.com/frankiefab100/gitsnap-web
- Owner: frankiefab100
- License: mit
- Created: 2021-04-29T23:25:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:41:24.000Z (over 1 year ago)
- Last Synced: 2025-02-08T19:37:55.280Z (over 1 year ago)
- Topics: frontend, landingpage, mobile-first, mobilefirst, reactjs, responsive-web-design, responsive-website, uidesign, userinterface, website
- Language: JavaScript
- Homepage: https://gitsnap.netlify.app/
- Size: 6.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitSnap Website
A minimalistic landing page for the GitSnap Chrome extension
## Technologies
- React (Framework)
- CSS (Styling)
- Netlify (Hosting)
## Installation
**1.** Clone the repository
```BASH
git clone https://github.com/frankiefab100/gitsnap-web.git
```
**2.** Change to the gitsnap-web directory
```BASH
cd gitsnap-web
```
**3.** Install dependencies
```BASH
npm install
```
**4.** Run the development server
```BASH
npm run dev
```
**5.** Navigate to `http://localhost:5173` in your browser to view the web app.
## License
This project is protected under the [MIT License](https://github.com/frankiefab100/gitsnap-web/blob/main/LICENSE).
Designed and built with ❤️