Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cironunes/leonardo-ui
https://github.com/cironunes/leonardo-ui
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cironunes/leonardo-ui
- Owner: cironunes
- License: mit
- Created: 2023-12-22T22:21:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T02:15:09.000Z (about 1 year ago)
- Last Synced: 2024-10-06T02:01:58.001Z (4 months ago)
- Language: TypeScript
- Homepage: https://leonardo-ui.vercel.app
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leonardo UI
Software Engineering challenge
## Checklist
- [x] NextJS with Typescript
- [x] Chakra UI
- [x] Welcome modal
- [x] Two separate slides
- [x] 1. username
- [x] 2. jobTitle
- [x] Persist
- [x] Change
- [x] Query public GraphQL API
- [x] Display data items in "Information Page"
- [x] Click item should open a modal that displays more information## References
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Chakra UI](https://chakra-ui.com)
- [TypeScript](https://www.typescriptlang.org)