-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d1e992
commit 504fd3e
Showing
1 changed file
with
24 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,25 @@ | ||
# React JS Landing Page Template | ||
# EESTech Challenge Madrid Web | ||
|
||
Página web del EESTech Challenge desarrollada en React. | ||
|
||
## Instalación | ||
|
||
1. Clona este repositorio en tu máquina local utilizando Git: | ||
|
||
``` | ||
git clone https://github.com/tu_usuario/nombre-del-proyecto.git | ||
``` | ||
2. Navega al directorio del proyecto: | ||
``` | ||
cd nombre-del-proyecto | ||
``` | ||
3. Instala las dependencias utilizando npm: | ||
``` | ||
npm install | ||
``` | ||
4. Inicia la aplicación: | ||
``` | ||
npm start | ||
``` | ||
Esto abrirá la aplicación en tu navegador web predeterminado. Si no se abre automáticamente, puedes acceder a ella en http://localhost:3000. | ||
|
||
** | ||
|
||
# 🛎️🛎️ Good news! New & improved [V2](https://github.com/issaafalkattan/react-landing-page-template-2021) is out | ||
|
||
** | ||
|
||
|
||
### <a href="https://react-landing-page-template-93ne.vercel.app/">LIVE DEMO</a> | ||
|
||
## Description | ||
This is a ReactJS based landing page template, fit for a startup company/service with a one page view. The design is inspired by a template from <a href="https://www.free-css.com/assets/files/free-css-templates/preview/page234/interact/">Free-CSS.com </a> | ||
All 'visual' data can be easily modified by changing the data.json file. | ||
|
||
## Make it Yours! | ||
### 1. Preps | ||
You will need to have <a href="https://nodejs.org/">Node JS</a> installed on your pc. | ||
|
||
### 2. Clone Files | ||
After cloning the files, you will have to run ```yarn``` followed by ```yarn start``` in the CLI | ||
### 3. Add your own data | ||
Change the data in the ```data.json``` file as well as add any images to ```public/img/``` | ||
You can also change styles by modifying the ```public/css``` files. | ||
If you need the contact form to work, you also need to create an EmailJS account, and modify the ```src/components/contact.jsx``` file to replace your own service ID, template ID and Public Key | ||
|
||
## Like this project? | ||
<a href="https://www.buymeacoffee.com/issaaf">Buy my a coffee ☕️</a> | ||
|
||
## Credits | ||
##### Free CSS | ||
<a href="https://www.free-css.com/assets/files/free-css-templates/preview/page234/interact/">Free-CSS.com </a> | ||
|
||
##### Issaaf kattan |