Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/errytagedesign/bancor_test


https://github.com/errytagedesign/bancor_test

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        


logo


Bancor Test Project


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Linters](#run-linters)
- [🤝 Contributing](#contributing)

# 📖 A Ile-Mi created with Vite & React

Bancor Interview Test Project: A Robust Solution Built with React, Vite, and TypeScript, Leveraging a Supplied API for Seamless Integration

## 🛠 Built With

1-Reactjs
2-Css
3-Js
4-Vite
5-React-icons
6-Bootstrap
7-Scss
8-Tailwind

### Tech Stack

Client

### Key Features

- Initial setup with VITE+REACT+TYPSCRIPT.
- Add Dependant packages.
- Add Signup
- Add Signin
- Add Forgot password
- Add Verify forgot password code
- Add Change password
- Add My Profile
- Add My Wallet

(back to top)

## 💻 Getting Started

### Prerequisites

1-Web Browser
2-Code Editor
3-Git

### Setup

Clone this repository to your desired folder:

Run this Command:

```sh
cd my-folder
git clone https://github.com/Errytagedesign/bancor_test
```

### Install

First you need to install the node package files
Run this command:

```sh
cd bancor_test
npm install
```

### Usage

- In order to use this project you either create branch to add more features.
- But in order to run the project run `npm run dev`
- Run npm run build when you're done.

### Run Linters

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands

- in order to run the linter test on index.html:

```sh
npx eslint "**/*.{js,jsx}"
```

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)