Skip to content

Commit

Permalink
feat: edited README
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoZapicoLopezNeira committed Feb 7, 2024
1 parent 7d1e992 commit 504fd3e
Showing 1 changed file with 24 additions and 33 deletions.
57 changes: 24 additions & 33 deletions README.md
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

0 comments on commit 504fd3e

Please sign in to comment.