Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/tailwind_landing_page
Built with React and leveraging the responsive design features of Tailwind CSS, this application is designed for learning purposes.
https://github.com/kishan2029/tailwind_landing_page
reactjs tailwindcss
Last synced: 4 days ago
JSON representation
Built with React and leveraging the responsive design features of Tailwind CSS, this application is designed for learning purposes.
- Host: GitHub
- URL: https://github.com/kishan2029/tailwind_landing_page
- Owner: Kishan2029
- Created: 2023-06-25T10:23:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T16:30:07.000Z (9 months ago)
- Last Synced: 2024-02-26T17:54:27.700Z (9 months ago)
- Topics: reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://homepage-tailwind.netlify.app/
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Landing Page
## :dart: About
Built with React and leveraging the responsive design features of Tailwind CSS, this application is designed for learning purposes.
## :rocket: TechnologiesThe following tools were used in this project:
- React
- Tailwind CSS
## Deploy Link
https://homepage-tailwind.netlify.app/## :checkered_flag: Starting
```bash
# Run Project
$ npm i # Install dependencies
$ npm run start# The server will initialize in the
```