Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.