FormulaOS
- 14 Devlogs
- 17 Total hours
An OS based with the theme of Formula 1 that runs in your browser. Crazy right?
An OS based with the theme of Formula 1 that runs in your browser. Crazy right?
Devlog #15
Finally included details about the new databases and new apps since my last update to my ReadMe.
Devlog #14
Devlog #13
New databases:
New Apps:
Drivers Standings
A table of the drivers standings in the 2026 f1 season.
Database used: drivers.json
Constructor Standings
A table of the constructors standings
Database used: constructors.json
Lap Records
An app that shows information about the lap record at each track.
Database used: laprecords.json
F1 Calendar
An app that shows the entire f1 calendar for 2026. Previously a similar app just showed an image, but this app uses a database to show accurate information.
Database used: season.json
F1 Teams
An app that shows information about each F1 team.
Database used: teams.json
constructors.json:
This database stores the position number, team name, and how many points every team has so far this F1 season.
drivers.json:
This database stores the position, name, country, team, and points for every driver.
season.json:
This database stores values for the following: round, country, city, month, days, flag, circuitMap. Round is the order of which f1 race weekends take place 1-24. Country is obviously the country the race weekend will take place. City is the city the race track is located. Month is the month the race weekend takes place, the days are the days the race weekend takes place, race weekends last 3 days. Day 1: practice 1 and 2, Day 2: practice 3 and quali, Day 3: grand prix. The value for flag and circuitMap are the path to the images for the country’s flag’s image and the circuit’s image.
teams.json:
This database contains values for the team’s name, team principal’s name, drivers names, the engine manufacturer, the car’s name, and paths to the logo and cars images.
laprecords.json:
This database contains information about the lap records for each track on the F1 calendar. It has values for: round #, race name, circuit, track length, lap record time, driver, team, year, image of the circuit, image of the country’s flag where the track is located.
Devlog #12
Devlog #11:
Devlog #10
Highlights:
F1 2026 Calendar:
A app that basically shows the dates of every F1 weekend in 2026 all in 1 screen.
2026 F1 Cars:
Shows the cars each constructor built for the 2026 F1 season.
Devlog #8:
Devlog #7: Final
Devlog #6:
Devlog #5:
Devlog #4
Worked on the Script.js:
Devlog #3
Next I will work on the script.js to develop the frontend
Devlog #2:
Index.html:
Devlog #1
Additions to Index.html
I have only worked on the index for now so it doesn’t have a UI.