Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/errytagedesign/bancor_test
https://github.com/errytagedesign/bancor_test
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/errytagedesign/bancor_test
- Owner: Errytagedesign
- Created: 2024-08-03T05:53:30.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-03T14:27:04.000Z (5 months ago)
- Last Synced: 2024-10-27T21:20:56.311Z (2 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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
1-Reactjs
2-Css
3-Js
4-Vite
5-React-icons
6-Bootstrap
7-Scss
8-TailwindClient
- 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
### 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}"
```
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).