An open API service indexing awesome lists of open source software.

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

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/)

![demo](/public/preview.png)

## 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)