https://github.com/aksbuzz/bitespeed-fe-task
https://github.com/aksbuzz/bitespeed-fe-task
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aksbuzz/bitespeed-fe-task
- Owner: aksbuzz
- Created: 2024-04-23T17:16:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T17:40:42.000Z (about 2 years ago)
- Last Synced: 2025-01-20T01:35:18.346Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bitespeed-fe-task.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitespeed Frontend Task
This repo contains code for Bitespeed frontend task.
## Technologies Used
- **React**
- **ReactFlow**
- **Typescript**
- **Zustand**
- **Tailwind**
## Setup
1. Clone this repository.
2. Install dependencies:
```bash
npm install
```
3. Start the frontend application locally:
```bash
npm run dev
```
By default, it will be available at [http://localhost:5173](http://localhost:5173).