https://github.com/chrispaixk/formula-1
The Formula 1 app is a simple web app built with React and Redux using data from an external API (Ergast) and allowing the user to filter it by year and view which constructors and drivers have participated along with the data associated with these.
https://github.com/chrispaixk/formula-1
css3 jsx reactjs redux
Last synced: about 2 months ago
JSON representation
The Formula 1 app is a simple web app built with React and Redux using data from an external API (Ergast) and allowing the user to filter it by year and view which constructors and drivers have participated along with the data associated with these.
- Host: GitHub
- URL: https://github.com/chrispaixk/formula-1
- Owner: ChrispaixK
- Created: 2022-08-26T10:32:21.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-25T08:27:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T01:31:42.340Z (4 months ago)
- Topics: css3, jsx, reactjs, redux
- Language: JavaScript
- Homepage: https://formulaonedata-ck.netlify.app/
- Size: 1.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Formula 1 Records
> This is a simple React application which allows its user to filter by year and display information about formula 1 records of a selected year from ergast API
>With this application you can see a list of manufacturers who participated, their names, positions, wins and points, as well as a list of drivers who participated in the same year, their name, position, wins and their points## Built With
- React
- Redux
- Ergast Developer API## Live Demo
[Live Demo Link](https://delicate-snickerdoodle-52fd87.netlify.app/)
## Getting Started
## Prerequisites- React & Redux
- CSS
### Install- run `https://github.com/ChrispaixK/React-Capstone.git` on your terminal
- cd into the directory
- run `npm install`
## Available ScriptsIn the project directory, you can run:
run `npm start`
### Run tests
After npm is installed
- Run `npm test`## Authors
👤 **Chrispaix KAZE**
- GitHub: [@ChrispaixK](https://github.com/ChrispaixK)
- Twitter: [@ChrispaixK](https://twitter.com/ChrispaixK)
- LinkedIn: [Chrispaix KAZE](https://www.linkedin.com/in/chrispaix-kaze-70445a175/)
- Pinterest: [Chrispaix Kaze](https://www.pinterest.fr/chrispaixkaze/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ChrispaixK/React-Capstone/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- MicroverseInc
- Ergast## 📝 License
This project is MIT licensed.
._