Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenoliradev/shareprime-test
react test for shareprime
https://github.com/brenoliradev/shareprime-test
Last synced: 26 days ago
JSON representation
react test for shareprime
- Host: GitHub
- URL: https://github.com/brenoliradev/shareprime-test
- Owner: brenoliradev
- License: mit
- Created: 2022-08-16T15:47:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T01:26:57.000Z (over 2 years ago)
- Last Synced: 2024-04-30T02:27:46.457Z (8 months ago)
- Language: JavaScript
- Homepage: shareprime-test.vercel.app
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Guide to Run Locally:
-------------------------------------------------
- Clone and Install with `npm install` or `yarn install`.
- Use `npm run dev` or `yarn dev` to run it as Dev.
- Access it On Vercel - [SharePrime Challenge - Breno Lira](https://shareprime-test-lirbre.vercel.app/)Sumary
-------------------------------------------------
- This project is made using SharePrime test requiriments.
- It was made using Next.js, TypeScript and Tailwind. The information was dinamically generated and handled by Next.js router using simple Dinamically router - You can see it on `src/pages/list/[label].tsx`.Home
-------------------------------------------------
![image](https://user-images.githubusercontent.com/86065449/184983681-467f6aaa-1eb4-42d0-975d-2f7e25837087.png)
- Mocked information from my `useInfo` custom hook. In this home it shows the information from adding, editing or removing infos.List
-------------------------------------------------
![image](https://user-images.githubusercontent.com/86065449/184983842-f91228ae-a50f-4ace-acc8-48713a741665.png)
- With a simple UI/UX shows the items as required.Edit
-------------------------------------------------
- A edit page dinamically generated.
![image](https://user-images.githubusercontent.com/86065449/184983969-d144e071-c51c-49a0-bbe7-1cd1ad3337ea.png)Admin
-------------------------------------------------
- A admin page to create new items.
![image](https://user-images.githubusercontent.com/86065449/184984102-07495708-91a9-4c97-bcd1-98f1d03e5dbe.png)Navbar
-------------------------------------------------
![image](https://user-images.githubusercontent.com/86065449/184984065-5b2a32b5-c849-4282-8207-c1c97ee38c4a.png)