By Mikhael Bailly
Welcome to the second edition of WeekDev 2021. The WeekDev is a challenge that I launched myself, where I develop an idea in maximum 1 week. At the end of this period I would no longer edit the code ! The goal is to improve myself in development and discover new techniques, new languages.
SpaceX Visualizer
This website will represent the different launches of SpaceX rockets
The challenge began on Thursday 22 January 2021 and will be ended on Thursday 29 January 2021 ! It aims to bring me knowledge in NextJS, DataVisualization and Scroll animations.
The data comes from the public API of SpaceX
- https://api.spacexdata.com/v4/launches to get the real time launches data
I created a Kanban table to reference all my tasks available here. It will be regularly updated
Main tasks :
- Animate all datas
- Display launches
- Optimize pages rendering
- Responsive
- NextJS
- SpaceX API
- MagicScroll
- Tweenmax
- Tailwindcss
- Slick
Use git clone
to install this app.
git clone https://github.com/Mikheull/wd-spacex
npm install
No configuration required.
npm run dev
I explain in more detail the development of this app in the wiki here