Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.78 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.78 KB

Level Up Dev

An app that helps developers visually track their technical skill and career progression.

Click to view: Level Up Dev on a hosted site.

GIF of the app

About

Introducing a simple and intuitive user interface that empowers you to proudly describe a skill, project, title, or experience and truly feel the impact it has had on your career journey. With just a few clicks, add it to your personalized list and watch as your achievements come to life on a visual graph, illustrating every step of your path to the present moment.

And the best part? You have full control to add, delete, or update any data point at any time, allowing you to constantly reflect and grow on your professional journey. Let your career story shine brighter than ever before with this incredible tool.

Built with

  • Next.js is a frontend JavaScript framework, based on React but with server components/actions, used for displaying the user interface.
  • TailwindCSS is a CSS library utilized to quickly style the application.
  • Jest serves as a component testing framework.
  • Netlify is the hosting platform employed for hosting the application.
  • Sanity.io is a backend as a service platform used for data retrieval and storage.

Get Started

  1. Clone the repo.
  2. In the terminal for levelupdevalpha, type "npm install" to install the libraries.
  3. In the terminal, type "npm run dev" to run the program and view the site locally on http://localhost:3000
  4. In a seperate terminal, typ "npm run test" to run the Jest test runner.

Author