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.
- Host: GitHub
- URL: https://github.com/progress2002/easybank
- Owner: Progress2002
- Created: 2023-03-25T01:45:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T13:20:49.000Z (about 3 years ago)
- Last Synced: 2025-01-14T05:49:34.991Z (over 1 year ago)
- Topics: react, react-reveal, taillwindcss
- Language: JavaScript
- Homepage: https://easybank-spt9.onrender.com/
- Size: 621 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
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
```
## 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)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/easybank/issues).
If you like this project please leave a star. Thank you 🙏