Skip to content

Commit

Permalink
Merge pull request #33 from HelLuv/release/0.0.1
Browse files Browse the repository at this point in the history
Release version 0.0.1, update package.json and README.md, add LICENSE
  • Loading branch information
HelLuv authored Dec 15, 2024
2 parents 3d14e24 + 8359fb5 commit 5465472
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Nick Timakov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Project Overview

![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)
![Vercel](https://img.shields.io/badge/Hosted_on-Vercel-black?logo=vercel)

## Introduction

This project is a **financial dashboard application** focused on performance, scalability, and maintainability. Built
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "soar",
"private": true,
"version": "0.0.0",
"description": "A modern React financial app with TypeScript and Vite.",
"author": "Nick Timakov [email protected] linkedin.com/in/nick-timakov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HelLuv/soar"
},
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5465472

Please sign in to comment.