Skip to content

A personal project I created to learn ReactJS with Typescript using Stateless Authentication with JWT and localStorage, as also improve my skills in product development, UI/UX, SEO, and so on. This is a Micro SaaS (software as a service) project, that uses Stripe checkout to take care of payments and subscriptions management.

Notifications You must be signed in to change notification settings

AlexGalhardo/nerdapi.com

Repository files navigation

nerd-api-readme-video.mp4

Introduction

  • A personal project I created to learn and improve my skills in:
    • ReactJS with Typescript
    • Single Page Applicaiton (SPA)
    • Stateless Authentication & Authorization using JWT
    • localStorage
    • Webhooks
    • Product development (UI/UX, SEO, etc)
    • SaaS (Software as a Service) FrontEnd Development

Tools & Features

ToDo v2

API

Development Setup Local

  1. Clone this repository
git clone git@github.com:AlexGalhardo/nerdapi.com.git
  1. Enter repository
cd nerdapi.com/
  1. Install dependencies
bun install
  1. Setup your environment variables
cp .env.example .env
  1. Start local server
bun run dev

Build for deploy

a. Creating build

bun run build

b. Preview build server

bun run start

License

MIT

Copyright (c) August 2023-present, Alex Galhardo

About

A personal project I created to learn ReactJS with Typescript using Stateless Authentication with JWT and localStorage, as also improve my skills in product development, UI/UX, SEO, and so on. This is a Micro SaaS (software as a service) project, that uses Stripe checkout to take care of payments and subscriptions management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages