Skip to content

Commit f545400

Browse files
authored
Update README.md
1 parent 067b4fa commit f545400

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

README.md

+20-23
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
1-
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
1+
# <img src="https://github.com/RatanaSenpai/EconoMise/blob/main/logo.png" alt="Logo EconoMise" width="200"/>
22

3-
## Getting Started
3+
## Expense Tracker avec NextJS et TailwindCSS
44

5-
First, run the development server:
5+
Ce projet est un Expense Tracker construit avec NextJS et stylisé avec TailwindCSS. L'objectif principal est de comprendre et appliquer les bases de NextJS et TailwindCSS tout en intégrant des services externes pour la gestion de l'authentification et la base de données.
66

7-
```bash
8-
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
# or
14-
bun dev
15-
```
167

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
188

19-
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
9+
## Caractéristiques
2010

21-
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
11+
- Authentification: Intégration avec Clerk pour une gestion sécurisée des utilisateurs.
12+
- Base de données: Utilisation de Drizzle ORM et Neon pour la gestion efficace des données.
13+
- Responsive Design: Conçu pour être pleinement responsive sur tous les appareils.
2214

23-
## Learn More
15+
## Screenshots
2416

25-
To learn more about Next.js, take a look at the following resources:
2617

27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
18+
<img src="https://github.com/RatanaSenpai/EconoMise/blob/main/screenshot.png" alt="screenshot" width="1012px" height="777px"/>
2919

30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
20+
## Stacks
3121

32-
## Deploy on Vercel
22+
- NextJS: Framework de développement pour applications React.
23+
- TailwindCSS: Framework CSS pour un design rapide et réactif.
24+
- Clerk: Service pour l'authentification et la gestion des utilisateurs.
25+
- Drizzle ORM: ORM pour faciliter les interactions avec la base de données.
26+
- Neon: Base de données PostgreSQL dans le cloud.
3327

34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
28+
<p align="left"> <a href="https://nextjs.org/" target="_blank" rel="noreferrer"> <img src="https://www.ambient-it.net/wp-content/uploads/2022/02/Logo-formation-nextjs-200x175-1.png" alt="nextjs" width="40" height="40"/> </a> <a href="https://tailwindcss.com/" target="_blank" rel="noreferrer"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTX9fZzRj7BuQAtuf6RSuqIjWEaai2Vl7sFq2Y6tKq5hA&s" alt="tailwindCSS" width="40" height="40"/> </a> <a href="https://clerk.com/" target="_blank" rel="noreferrer"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTDGSyVqwpmazfRbzPKG-nBxvRto_Nn07Ec9yu0zQ_kFQ&s" alt="clerk" width="40" height="40"/> </a> <a href="https://orm.drizzle.team/" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/108468352?s=400&v=4" alt="drizzle" width="40" height="40"/> </a> <a href="https://neon.tech/" target="_blank" rel="noreferrer"> <img src="https://neon.tech/_next/static/svgs/e9de8fc7653111a1423e0d227c0c5e9f.svg" alt="neon" width="90" height="40"/> </a></p>
3529

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
30+
31+
## Demo
32+
33+
https://econo-mise.vercel.app/dashboard/expenses

0 commit comments

Comments
 (0)