Welcome to the Phenomena project! This repository hosts the frontend code for Phenomena, a platform designed to explore and report various phenomena.
Phenomena is a project aimed at providing a platform for users to report, explore, and analyze various phenomena. It includes both frontend and backend components, along with a database to store the reported data.
The frontend is built using React and styled with Tailwind CSS. It provides an intuitive interface for users to interact with the Phenomena platform.
The backend is built with Node.js and Express.js, hosted on Render, providing the API endpoints necessary for the frontend to fetch and submit data.
The database for Phenomena is hosted on xata.io and stores all reported data.
- Frontend: React, Tailwind CSS
- Backend: Node.js (Express)
- Database: SQL (xata.io)
- Hosting: Netlify (Frontend), Render (Backend)
To get started with Phenomena, follow these steps:
- Clone the repository:
git clone https://github.com/vincentpalomo/phenomena.git
- Install dependencies:
npm install
- Start the development server:
npm start
Contributions are welcome! Please follow the contribution guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for details.