Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masoumehmohebbi/blu-challenge
Bank registration panel in Bluebank.
https://github.com/masoumehmohebbi/blu-challenge
blu-bank challenge css-modules json-server nextjs testing typescript
Last synced: about 1 month ago
JSON representation
Bank registration panel in Bluebank.
- Host: GitHub
- URL: https://github.com/masoumehmohebbi/blu-challenge
- Owner: masoumehmohebbi
- Created: 2024-07-24T08:14:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:50:36.000Z (3 months ago)
- Last Synced: 2024-10-15T19:25:40.154Z (about 1 month ago)
- Topics: blu-bank, challenge, css-modules, json-server, nextjs, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 706 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blu-Challenge
Implemented with
![Blue-Challenge-App](https://github.com/user-attachments/assets/18b52789-1ff4-4a73-9b3d-7adf60a43c4f)
Links
Development setup
1. First, you need to clone the project:
```
git clone https://github.com/masoumehmohebbi/Blu-Challenge
```
2. Then, install required packages:
```
npm i
```
3. Run the server
script to start the Json-db:
```
npm run server
```
4. Finally, run the dev
script to start the dev server:
```
npm run dev
```