s-kvng / nextjs-appwrite

A simple authentication web app with Nextjs and Appwrite

Home Page:https://nextjs-appwrite-one.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


app homepage
next.js appwrite tailwindcss typescript

NEXTJS-APPWRITE AUTH

A simple web application that utilizes next.js for the front-end and appwrite for the backend.

πŸ›  Built With

Nextjs Appwrite Tailwindcss Typescript

Key Features

Basically the only feature available now.

  • Nextjs integrated with appwrite auth feature
  • Persist user data from appwrite when logged in

This is a Next.js project bootstrapped with create-next-app.

πŸ’» Getting Started

Please Fork or Clone this repo.

Follow these steps to set up the project locally on your machine.

Prerequisites

Make sure you have the following installed on your machine:

Setup

Clone this repository to your desired folder:

  git clone git@github.com:s-kvng/nextjs-appwrite.git
  cd <my-project> or cd nextjs-appwrite

Install Dependencies

Install the project dependencies with:

  cd <my-project> or cd nextjs-appwrite
  npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js and appwrite, take a look at the following resources:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

πŸ‘₯ Authors

This is the awesome team that built this project.

πŸ‘€ Nathaniel E. Adama πŸ§‘πŸ»β€πŸ’»

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

πŸ“ License

This project is MIT licensed.

About

A simple authentication web app with Nextjs and Appwrite

https://nextjs-appwrite-one.vercel.app


Languages

Language:TypeScript 98.0%Language:CSS 1.6%Language:JavaScript 0.4%