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

https://github.com/kalwabed/golo

Random website that fetches data from randomuser.me. Built with React, Vite, Tailwind css
https://github.com/kalwabed/golo

jotai react swr tailwindcss typescript vitejs

Last synced: 8 months ago
JSON representation

Random website that fetches data from randomuser.me. Built with React, Vite, Tailwind css

Awesome Lists containing this project

README

          

# GoLo

Random website that fetches data from [randomuser.me](https://randomuser.me/).

## Tech Stack
- React.js
- Vite
- SWR
- Tailwind CSS
- Jotai

## Getting Started

To get started running the project locally, please follow the steps below.

First, clone the repository.

```bash
git clone https://github.com/kalwabed/golo.git
```

Then, install dependencies and fetch data to your local machine. **Note that we use Yarn, not npm.**

```bash
cd golo
yarn install
```

Finally, run the development server.

```bash
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.