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

https://github.com/edde746/rdpservers

Final project for web development 1 course
https://github.com/edde746/rdpservers

nextjs static-site

Last synced: 25 days ago
JSON representation

Final project for web development 1 course

Awesome Lists containing this project

README

          

# rdpservers
Final project for web development 1 course, this was built in about 8 hours of working time over 3 weeks

## Live Demo
https://edde746.github.io/rdpservers/

## Running
Run the following commands to run it in development mode
```
npm install
npm run dev
```
or build to productions with
```
npm run build
```

> Note: Tailwind was not allowed thus the messy `main.css` file exists