Findity is an app to find the best profile This project was created with fast and intuitive development in place.
Demo live at: misfans-premiun.vercel.app
- Nextjs
- SWR Hooks
- UI Components
- Search
- Responsive
- Vanilla CSS
- CSS Naming convention base on tailwindcss css & Material UI
- CSS Utilities
- Reusable components
Deberás registrarte y obtener tu llave para poder consumir la API https://dummyapi.io
Configure sus variables de entorno local
env.local
- Cree un '.env.local' y cambie el valor de 'NEXT_PUBLIC_API_ID' por el que ha creado en https://dummyapi.io previamente al crear su cuenta.
- Tambien cree dentro de su variable de entorno 'env.local' la 'NEXT_PUBLIC_API'.
NEXT_PUBLIC_API_ID=exampleIDApp
NEXT_PUBLIC_API=https://dummyapi.io/data/v1/user
1. npm install
2. npm run dev