Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henriqueweiand/notes-app


https://github.com/henriqueweiand/notes-app

jest nextjs stitches typescript

Last synced: 5 days ago
JSON representation

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