edit README.md
This commit is contained in:
parent
dff44f40c1
commit
65972f37cc
13
README.md
13
README.md
|
@ -12,9 +12,8 @@ This project helps you keep track of your collected game keys. Does this sound
|
||||||
* **Status Tracking:** Mark keys as "Redeemed", "Gifted" or "Available". So you always know where you stand.
|
* **Status Tracking:** Mark keys as "Redeemed", "Gifted" or "Available". So you always know where you stand.
|
||||||
* **Clear Database:** All your keys in one place, easily searchable and sortable.
|
* **Clear Database:** All your keys in one place, easily searchable and sortable.
|
||||||
* **(Planned Features):**
|
* **(Planned Features):**
|
||||||
* Import/Export of Keys (CSV, JSON)
|
* Import(?)/Export of Keys (CSV, JSON)
|
||||||
* Integration with Steam API (to automatically check if a key has already been redeemed)
|
* Generate a redeem site with unique link to post it in a mail oder social media
|
||||||
* Dark Mode! (Because who doesn't love Dark Mode?)
|
|
||||||
|
|
||||||
## 🚀 Get Started! 🚀
|
## 🚀 Get Started! 🚀
|
||||||
|
|
||||||
|
@ -44,13 +43,13 @@ This project helps you keep track of your collected game keys. Does this sound
|
||||||
npm start # Or however the application is started
|
npm start # Or however the application is started
|
||||||
```
|
```
|
||||||
|
|
||||||
5. **Use the Application!** Open your browser and go to `http://localhost:[Port]` (or wherever your application is running).
|
5. **Use the Application!** Open your browser and go to `http://localhost:5000` (or wherever your application is running).
|
||||||
|
|
||||||
## 🛠️ Technology Stack 🛠️
|
## 🛠️ Technology Stack 🛠️
|
||||||
|
|
||||||
* **Frontend:** [Enter the frontend technology here - e.g. React, Vue.js, Angular]
|
* **Frontend:** [Static HTML]
|
||||||
* **Backend:** [Enter the backend technology here - e.g. Node.js, Python/Flask, Java/Spring]
|
* **Backend:** [Python/Flask]
|
||||||
* **Database:** [Enter the database here - e.g. PostgreSQL, MySQL, SQLite]
|
* **Database:** [SQLite]
|
||||||
|
|
||||||
## 🙌 Contribute! 🙌
|
## 🙌 Contribute! 🙌
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue