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
- Host: GitHub
- URL: https://github.com/dpisati/enroller
- Owner: dpisati
- Created: 2022-12-26T11:40:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T13:30:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T21:35:47.727Z (9 months ago)
- Topics: jotai, nextjs, radix-ui, tailwind, typescript-library
- Language: TypeScript
- Homepage: https://enroller.pisati.dev/
- Size: 324 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# 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
![]()
## :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)