https://github.com/dev-emekaa/findmycgpa
Calculate and convert your CGPA with ease
https://github.com/dev-emekaa/findmycgpa
nextjs shadcn-ui tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Calculate and convert your CGPA with ease
- Host: GitHub
- URL: https://github.com/dev-emekaa/findmycgpa
- Owner: dev-emekaa
- Created: 2024-09-20T15:00:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:02:28.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:38:15.269Z (about 1 year ago)
- Topics: nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://findmycgpa.site
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FindMyCgpa
Calculate and convert your CGPA with ease.

## Technologies Used
- NextJS
- TypeScript
- TailwindCSS
- Shadcn-ui
- Lucide React
**Live Site** » [findmycgpa.site](https://findmycgpa.site)
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/techy-savant/findmycgpa.git
cd findmycgpa
```
Install dependencies:
```
npm install
```
Now, you can start a local web server by running:
```
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.