Skip to content

Jeanettt/creative-thoughts

Repository files navigation

Messageboard app

For this personal project I have created a modern full stack React application with a backend and auth using Firebase. I've used Next.js for the front end and deployed the project to Vercel.

View final result

To see the full app I created visit https://creative-thoughts-jeanettt.vercel.app/.

Run project locally

  1. Clone code from the main branch.
  2. Install packages:
    npm i
    
  3. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Project information

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

This app was created with the help of Build an Awesome Full Stack React Project Tutorial.