DEV Community

Neel
Neel

Posted on

A project status tracker crafted with Next JS

A tracker built with Next JS for tracking the status of your projects

Category Submission: Random Roulette

https://aplaza-kezvw.ondigitalocean.app/

Screenshots

1

2

3

4

Description

Aplaza is a mini web based tracker for keeping track of all your projects stored in a single data store.

Link to Source Code

https://github.com/neel1996/aplaza

Permissive License

MIT

Background

(What made you decide to build this particular app? What inspired you?)

I always wanted to learn Next JS and this hackathon gave me the opportunity to do so. I am a huge fan of Typescript and with this project, I had a chance to explore TS further.

The project utilizes either a JSON data-store or a configured PostgreSQL Database. This can be configured under a TS file in the api/data directory.

How I built it

(How did you utilize DigitalOcean’s App Platform? Did you learn something new along the way? Pick up a new skill?)

The project was built with SOLID principles in mind and it was developed in such a way that it accepts changes swiftly without impacting dependent modules.

For this hackathon, I am submitting the initial release (v0.0.1) of the project but I am planning to expand this project further with additional features.

Top comments (0)