You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Landy is a free React landing page template designed for developers and startups, who want to create a quick and professional landing page for their business or project.
5
+
[Landy][Landy] is a free React landing page template designed for developers and startups, who want to create a quick and professional landing page for their business or project.
6
6
7
7
This React template comes with multi-lingual support, smooth animations, set of ready to use sections and most importantly, all of the content is stored in the JSON files, so that you can manage the texts without having any prior knowledge in React.js.
8
8
9
+
## Table of contents
9
10
11
+
-[Features](#features)
12
+
-[Google Lighthouse](#google-lighthouse)
13
+
-[Performance](#performance)
14
+
-[Accessibility](#accessibility)
15
+
-[Best Practices](#best-practices)
16
+
-[SEO](#seo)
17
+
-[Demo](#demo)
18
+
-[Installation](#installation)
19
+
-[Special Thanks](#special-thanks)
20
+
-[Usage](#usage)
21
+
-[License](#license)
22
+
23
+
## Features
24
+
25
+
Your project will have everything you need to build a modern single-page React app:
26
+
27
+
- 🎁 **Modern** – Template created using the latest features of React (State management using Hooks, Code-Splitting to reduce the bundle size)
28
+
- 🏷 **Responsive** – Highly responsive and reusable UI components, that change depending on the provided props
29
+
- 🚀 **Fast** – Buttery smooth experience thanks to the implementation of best practices and no third party dependencies, resulting in <b>PERFECT</b> Google Lighthouse scores
30
+
- 🌍 **Internationalization** - Prebuilt standalone file that works in every environment and doesn't require reloading the page to translate the content
31
+
- 🛸 **Routing** - Each file inside the src/pages directory will generate its own route, so you don't have to manually handle the routing
32
+
- 🤙 **Contact Form** - Contact form written in React Hooks, with uncontrolled form validation to reduce unnecessary performance penalty. You just need to provide the endpoint
33
+
- ⚙️ **Maintenance** - All of the content is stored in the JSON files, so that you can easily manage the content of the website
[Google Lighthouse][Google Lighthouse] is an open-source, automated tool for measuring the quality of web pages. Google Lighthouse audits performance, accessibility and search engine optimization of web pages.
40
+
41
+
### Performance
42
+
43
+
Audits for metrics like first paint and time to interactive to determine lag.
44
+
45
+
### Accessibility
46
+
47
+
Checks for common issues that may prevent users from accessing your content.
48
+
49
+
### Best Practices
50
+
51
+
Looks for everything from HTTPS usage to correct image aspect ratios.
52
+
53
+
### SEO
54
+
55
+
Checks for best practices to ensure your site is discoverable.
56
+
14
57
15
58
## Demo
16
59
17
60
Check the live demo here 👉️ https://landy.website/
18
61
19
62
20
-
### Creating an App
63
+
### Installation
21
64
22
65
You’ll need to have Node 10.16.0 or later version on your local development machine (but it’s not required on the server). I recommend using the latest LTS version.
23
66
@@ -35,25 +78,11 @@ npm start
35
78
36
79
## What's included
37
80
38
-
-[axios][axios]
39
-
-[antd][antd]
40
-
-[react-reveal][react-reveal]
41
-
-[react-svg][react-svg]
42
-
-[styled-componets][styled-componets]
43
-
-[i18next][i18next]
44
-
-[@loadable/component][@loadable/component]
45
-
46
-
## Quick Overview
47
-
48
-
Your project will have everything you need to build a modern single-page React app:
49
-
50
-
- Fast and lightweight landing page template using React.
51
-
- Highly responsive and reusable UI components, that change depending on the provided props.
52
-
- Styling with styled-components and antd.
53
-
- Autoprefixed CSS, so you don’t need -webkit- or other prefixes.
54
-
- Multi-lingual support using i18next.
55
-
- Contact form written in React Hooks, with uncontrolled form validation to reduce any unnecessary performance penalty.
56
-
- Content data in the JSON files, so that you can easily manage the content of the website.
81
+
-[axios][axios] - Promise based HTTP client for the browser and node.js
82
+
-[antd][antd] - React UI library that contains a set of high quality components.
83
+
-[react-reveal][react-reveal] - High performance animation library for React.
84
+
-[styled-componets][styled-componets] - Variant on “CSS-in-JS”—which solves many of the problems with traditional CSS.
85
+
-[i18next][i18next] - Internationalization-framework written in and for JavaScript.
57
86
58
87
## Special thanks
59
88
@@ -71,10 +100,9 @@ Licensed under the MIT license.
0 commit comments