All Projects → tkesgar → javelin

tkesgar / javelin

Licence: MIT License
❤️ app to arrange notes in columns

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to javelin

currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-11.11%)
Mutual labels:  nextjs
wrapped
GitHub Wrapped, inspired by Spotify Wrapped
Stars: ✭ 159 (+783.33%)
Mutual labels:  nextjs
next-rest
Typesafe REST APIs for Next.js
Stars: ✭ 17 (-5.56%)
Mutual labels:  nextjs
site
限界開発鯖公式サイト
Stars: ✭ 25 (+38.89%)
Mutual labels:  nextjs
shici
使用 next.js 与 graphql 做一个诗词小站
Stars: ✭ 79 (+338.89%)
Mutual labels:  nextjs
inaba-jinja
因幡神社へようこそ!
Stars: ✭ 14 (-22.22%)
Mutual labels:  nextjs
nextjs-cors
🎉 nextjs-cors is a node.js package to provide a Connect/Express middleware that can be used to enable CORS with various options 🚀
Stars: ✭ 97 (+438.89%)
Mutual labels:  nextjs
saving-goal
React.js, Next.js and TypeScript studies. In this project I tried to apply knowledges from some courses I've taken. Testing with react testing library, styling with styled components, etc.
Stars: ✭ 15 (-16.67%)
Mutual labels:  nextjs
WEB26-COKIRI
🔮 개발, 이제 관심을 받다: 개발자의 SNS
Stars: ✭ 21 (+16.67%)
Mutual labels:  nextjs
moveit
Move.it is a project that combines the pomodoro (🍅 ) technique with some challenges (⚔️ ) for the well-being (🥰 ) of those who spend many hours (⏳ ) using the computer 🖥
Stars: ✭ 12 (-33.33%)
Mutual labels:  nextjs
cafecito
Cafecito es un proyecto hecho en Next.JS con Express.JS y MongoDB para recibir cafés ☕️ a modo de donaciones.
Stars: ✭ 95 (+427.78%)
Mutual labels:  nextjs
boilerplate
Fullstack boilerplate using Typescript, React, Node & GraphQL
Stars: ✭ 738 (+4000%)
Mutual labels:  nextjs
blog
Tech Blog (moved to zenn.dev/hellorusk)
Stars: ✭ 29 (+61.11%)
Mutual labels:  nextjs
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (+1377.78%)
Mutual labels:  nextjs
swr-examples
SWR is a React Hook library for remote data fetching. Here are some simple examples.
Stars: ✭ 14 (-22.22%)
Mutual labels:  nextjs
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+127.78%)
Mutual labels:  nextjs
kami
🍰 Kami is mx-space's web frontend theme. Cute and lovely.
Stars: ✭ 92 (+411.11%)
Mutual labels:  nextjs
nativesintech.org
The repository for the Natives in Tech website
Stars: ✭ 37 (+105.56%)
Mutual labels:  nextjs
nextly-template
Nextly Landing Page Template built with Next.js & TailwindCSS
Stars: ✭ 48 (+166.67%)
Mutual labels:  nextjs
harshhhdev.github.io
Harsh Singh's personal blog and portfolio ⚡ built with Next.js
Stars: ✭ 23 (+27.78%)
Mutual labels:  nextjs

javelin

ジャベリンかわいい

I've gotten closer to you now, Commander. Hehehe. But I'm gonna have to work harder~

javelin is an app where people can arrange notes in a number of columns. It is built with [Next.js][next] and uses Firebase to store data.

A public instance is available here: https://javelin.vercel.app.

Usage

Requirements

  • Node.js 14
  • A Firebase project to use (free tier is enough)

Installation

Clone this repository, then install the dependencies:

git clone https://github.com/tkesgar/javelin
cd javelin
npm install

Get the Firebase project configuration and add it in .env as NEXT_PUBLIC_FIREBASE_CONFIG. Otherwise it will uses the public javelin Firebase instance.

NEXT_PUBLIC_FIREBASE_CONFIG="{
  "apiKey":"firebase-api-key","authDomain": "firebase-auth-domain.firebaseapp.com",
  "databaseURL": "https://firebase-database-url.firebaseio.com",
  "projectId": "firebase-project-id",
  "storageBucket": "firebase-storage-bucket.appspot.com",
  "messagingSenderId": "firebase-messaging-sender-id",
  "appId": "firebase-app-id"
}"

Development

npm run dev

Deployment

npm run build
npm start

Contributing

Feel free to submit issues and create pull requests.

License

Licensed under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].