Tottem

screenshot of Tottem
nextjs
react
styled-components
tailwind
ant-design

Bookmark manager on steroid built with React / NextJs / Apollo Tools / Prisma 2 — styled with TailwindCSS

Overview

Tottem is an open-source experimentation that combines personal productivity tools with social media capabilities. It focuses on empowering users through personalized features and open-source web technologies.

Features

  • Full-Stack Typescript App: Using React, NextJS, TailwindCSS, and GraphQL (Apollo tools) for a type-safe experience end-to-end.
  • Prisma Database Management: Utilizing Prisma Framework for data modeling and database management.
  • Global State Management: Employing Apollo Client for global state management instead of Redux or React Context API.
  • SSR Workflow: Leveraging NextJS for Server-Side Rendering to enhance user experience.

Summary

Tottem is a unique platform that blends personal productivity tools with social media elements, offering users a versatile and empowering experience. With its focus on open-source technologies, type-safe practices, and efficient global state management, Tottem stands out as a promising project for those interested in a modern web software development approach.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.