/techoptimum.org

Tech Optimum Main Website

Primary LanguageJavaScriptMIT LicenseMIT

Tech Optimum Logo

Tech Optimum

Our Learning Platform

Welcome to Tech Optimum, a nonprofit organization dedicated to helping students in computer science through accessible coding courses, publicizing internships for students, tech talks and more. If you are interested in joining our communtiy, join here. If you would like to contribute to our repoositories or join Tech Optimum as a staff member, please go here.

Getting started

Install and run locally via NPM

  1. Clone the repository
  2. Install dependencies with npm install
  3. Run the development server with npm run dev
git clone https://github.com/TechOptimum/techoptimum.org
npm i
npm run dev

Other Initiatives

Courses

Tech Optimum Coding Courses

Internship Finder

Tech Optimum Internship Finder

License

Copyright (c) 2022 Tech Optimum

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.