An open API service indexing awesome lists of open source software.

https://github.com/progress2002/easybank

This is a solution to the Easybank landing page challenge on Frontend Mentor.
https://github.com/progress2002/easybank

react react-reveal taillwindcss

Last synced: 9 months ago
JSON representation

This is a solution to the Easybank landing page challenge on Frontend Mentor.

Awesome Lists containing this project

README

          

# Frontend Mentor - Easybank landing page solution

This is a solution to the [Easybank landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/easybank-landing-page-WaUhkoDN). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)

## Overview

### The challenge

Users should be able to:

- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page

### Links

- Solution URL: [solution URL](https://github.com/Progress2002/easybank.git)
- Live Site URL: [live site URL](https://easybank-spt9.onrender.com)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Progress2002/easybank.git
```
-

### Install

Install this project with:

1. Install Node Modules

```sh
npm install
```

### Usage

To run the project, execute the following command:

1. Generate a full static production build

```sh
npm run build
```

2. Start the development server

```sh
npm start

```

(back to top)

## My process

### Built with

- ReactJs
- TailwindCss
- React-revel
- react-icons

### What I learned

Working on this project, I got to practice using tailwindcss to add styles to a webpage for the first time as well as using react-revel for animations.

## Author

👤 **Progress2002**

- GitHub: [@Progress2002](https://github.com/Progress2002)
- Twitter: [@Progress_2002](https://twitter.com/Progress_2002)
- LinkedIn: [@Progress](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
- Frontend Mentor - [@Progress2002](https://www.frontendmentor.io/profile/progress2002)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Progress2002/easybank/issues).

## ⭐️ Show your support

If you like this project please leave a star. Thank you 🙏

(back to top)