Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriqueweiand/notes-app
https://github.com/henriqueweiand/notes-app
jest nextjs stitches typescript
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/henriqueweiand/notes-app
- Owner: henriqueweiand
- Created: 2023-01-20T19:16:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T22:11:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T03:45:42.645Z (2 months ago)
- Topics: jest, nextjs, stitches, typescript
- Language: TypeScript
- Homepage: https://notes-app-lovat-kappa.vercel.app
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes-app
![GH-Actions](https://github.com/henriqueweiand/notes-app/workflows/GH-Actions/badge.svg)
URL: https://notes-app-lovat-kappa.vercel.app/
## Overview
A basic NextJS project with:
- Stitches
- Jest
- Typescript## To-do
- [x] Create the structure of the project
- [x] Create new document structure
- [x] User should create a new document
- [x] User should add the text inside that document
- [x] User should edit the text inside that document
- [x] Test for the components