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

https://github.com/dpisati/enroller

Enroller code test
https://github.com/dpisati/enroller

jotai nextjs radix-ui tailwind typescript-library

Last synced: 7 months ago
JSON representation

Enroller code test

Awesome Lists containing this project

README

          


Logo


# Index

- [Demo](#demo)
- [Technologies](#technologies)
- [Lighthouse Report](#lighthouse)
- [How to use](#how-to-use)


## :computer: Live demo

- [https://enroller.pisati.dev/](https://enroller.pisati.dev/)


## :rocket: Technologies

The project is made with:

- [Next 13](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Radix UI](https://www.radix-ui.com/)
- [Jotai](https://jotai.org/)
- [React Paginate](https://github.com/AdeleD/react-paginate)


## :page_facing_up: Lighthouse Report


Lighthouse Performance Result


## :fire: How to Use

1. First step, clone this github repository:

```sh
$ git clone https://github.com/dpisati/enroller.git
```

2. Run the application:

```sh
# Install dependencies
$ npm install

# Start the local environment
$ npm run dev
```

3. Open on browser - [http://localhost:3000](http://localhost:3000)