jneris-dev / event-platform

Projeto criado durante o Ignite Lab da @Rocketseat 19/06 à 27/06

Home Page:https://event-platform-jneris.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Platform

Event Platform

🧪 Technologies

This project was developed using the following technologies:

📚 Additional libraries

This project was developed using the following technologies:

🔥 Preview

The easiest way to deploy your app is to useVercel Platform.

Event Platform

🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/rodolfoHOk/rocketseat.event-platform.git
$ cd event-platform

Follow the steps below:

# Install the dependencies
$ npm install

# Start the project
$ npm run dev

The app will be available for access on your browser at http://localhost:3000

🔑 Environment Variables

Create the .env.local file and enter your GraphCMS keys:

VITE_API_URL="Your Content API"
VITE_API_ACCESS_TOKEN="Your Auth Tokens"

Add the variables in your project in vercel:

NAME:"VITE_API_URL"
VALUE:"Your Content API"

NAME:"VITE_API_ACCESS_TOKEN"
VALUE:"Your Auth Tokens"

💻 Project

This is a project developed during the Ignite Lab, presented by @Rocketseat during June 19-27, 2022.

🔖 Layout

You can view the project layout through the links below:

Remembering that you need to have a Figma account to access it.

☄ Next Level

  • Opening image correction
  • Responsive
  • Check subscriber
  • Dark/Light theme
  • Accessibility
  • New keys for production and development
  • Platform only subscribers
  • Share button

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with 🖤 by João Neris

About

Projeto criado durante o Ignite Lab da @Rocketseat 19/06 à 27/06

https://event-platform-jneris.vercel.app/

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.4%Language:HTML 0.3%Language:CSS 0.1%