FossTrak is an open-source project that aims to provide a central platform for discovering and previewing all the Free and Open Source Software (FOSS) events happening across India.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- CSV: Comma-Separated Values - a simple file format for storing tabular data.
To run this project, you will need the following:
- Node.js (requires 16.9 or higher) and npm (or yarn) installed on your system.
- A code editor or IDE of your choice.
- Clone the repository:
- Navigate to the project directory:
- Install dependencies:
git clone https://github.com/shravan20/fosstrak-india.git
cd fosstrak-india
npm i
npm start
This will start a local development server at http://localhost:3000 by default. You can then open this URL in your web browser to view the application.
The application currently uses CSV files as the source of open data for FOSS events. The specific CSV files and their format will be documented in a separate file.
Deploy your own FOSSTrak project with Vercel.
Live Example: https://fosstrak-india.vercel.app/
We welcome contributions to this project! Please see the CONTRIBUTING.md file for guidelines on how to contribute code, report issues, and request features.
This project is licensed under the MIT License. See the LICENSE file for details.