Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azurespheredev/onex-tech-assignment
https://github.com/azurespheredev/onex-tech-assignment
eslint nextjs shadcn-ui tailwindcss typescript
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azurespheredev/onex-tech-assignment
- Owner: azurespheredev
- Created: 2024-04-02T21:37:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T21:38:55.000Z (8 months ago)
- Last Synced: 2024-11-12T10:48:34.282Z (2 days ago)
- Topics: eslint, nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://www.figma.com/file/yokaqrRS4itF2z7aHzhLYU/One-X-RSWE-Assessment-2024-Test-B?type=design&node-id=1%3A2&mode=design&t=DfuFZcN0IJmNSpvr-1
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One X Tech Technical Assessment for Remote Software Engineer Role 2024
### Built by Dustin Lee
The project is based on `One X RSWE Assessment 2024 Test B` design.
### Technologies
- Framework: `Next.js 14.1.0`
- Libraries: `React`
- Languages: `Typescript`
- Styling: `Tailwind CSS` + `Shadcn`
- Testing: `ESLint`
### How to run the application
First, install required node_modules:
```bash
npm install
```Second, run the development server by running a script below:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.