https://github.com/kareimgazer/link-development
https://github.com/kareimgazer/link-development
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kareimgazer/link-development
- Owner: KareimGazer
- Created: 2024-12-26T09:24:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T10:04:40.000Z (9 months ago)
- Last Synced: 2024-12-26T10:26:38.769Z (9 months ago)
- Language: CSS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Link-Development Demo Website
High fidility implementation of a design mockup by Figma.
I used React and plain CSS.## Installation
1. Download the repo
2. Inside run
Note: make sure `node.js` is installed
```bash
npm install # install dependencies
npm run server # run the json-server to simulate fake backend
npm run dev # run the development server
```## Future roadmap
- implementing CI/CD to host it using GitHub pages while using environment variables to switch between production build and development with JSON-server.
- fixing hero section aligment to maintain visual hierarchy