https://github.com/pungrumpy/today-i-learned
Build a Full-Stack web app
https://github.com/pungrumpy/today-i-learned
css html javascript react reactjs supabase
Last synced: 4 months ago
JSON representation
Build a Full-Stack web app
- Host: GitHub
- URL: https://github.com/pungrumpy/today-i-learned
- Owner: PunGrumpy
- Created: 2022-12-14T16:30:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T17:39:10.000Z (about 3 years ago)
- Last Synced: 2025-04-02T23:41:38.452Z (11 months ago)
- Topics: css, html, javascript, react, reactjs, supabase
- Language: JavaScript
- Homepage: https://today-i-learned-pungrumpy.vercel.app
- Size: 657 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Today I Learned
Build full-stack web app in weekend!
This web app is a collection of my notes on various topics. I use it to keep track of what I learn and to share my knowledge with others. I hope you find it useful.
## Tech
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [Supabase](https://supabase.com/)
- [React](https://reactjs.org/) for rebuild to react app in next version
## Features
- [x] View fact
- [x] Votes fact
- [x] Create fact
- [x] Filter fact
- [x] Connect to Supabase
- [x] Deploy to Vercel
## Demo
[https://today-i-learned-pungrumpy.vercel.app/](https://today-i-learned-pungrumpy.vercel.app/)

## Installation
```bash
$ git clone
$ cd today-i-learned
$ yarn install
$ yarn start
```
PS. If you don't have yarn, you can install it with npm:
```bash
$ npm install -g yarn
```
## Usage
```bash
$ yarn start
```
## Support
If you like this project, please click the ⭐️ button.
## License
- [MIT](LICENSE)
- [Jonas Schmedtmann](https://codingheroes.io/)
---
## Blog
You can read more about this project in my [Blog](https://community.inkdrop.app/note/c4185c98a862a054ebbd93f573bc911a/note:hEzWYiVOt)