Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remrkabledev/sneaker-daily
A simple Next.js app about Sneakers
https://github.com/remrkabledev/sneaker-daily
contentful nextjs react vercel
Last synced: 5 days ago
JSON representation
A simple Next.js app about Sneakers
- Host: GitHub
- URL: https://github.com/remrkabledev/sneaker-daily
- Owner: reMRKableDev
- Created: 2021-05-20T23:40:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T21:41:24.000Z (about 1 year ago)
- Last Synced: 2024-10-11T12:11:42.580Z (about 1 month ago)
- Topics: contentful, nextjs, react, vercel
- Language: JavaScript
- Homepage: https://sneaker-daily.vercel.app
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sneaker Daily - Freshness for your Sole! 🚀🚀🚀
[![CodeFactor](https://www.codefactor.io/repository/github/remrkabledev/sneaker-daily/badge)](https://www.codefactor.io/repository/github/remrkabledev/sneaker-daily)
A simple application that overviews some sneakers. There are no extravagant features here, just an app that displays sneakers whose data is fed from a CMS.
![sneaker-gif](./assets/sneaker.gif)
This application is built with [Next.js](https://nextjs.org/) and [Contentful](https://www.contentful.com/).
## Getting Started 🏁
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### PrerequisitesWhat things you need to install the software and how to install them
```
NPM / Yarn
Code Editor (This app was built on VSCode)
Git
```### Installing
To get this project on your local machine, you first need to clone it using the `git clone` command.
```
git clone https://github.com/reMRKableDev/sneaker-daily.git
```Running this on your terminal will ensure you receive the latest version with all it's changes.
Once you've cloned, navigate into the project folder and run
```
npm install
```This should retrieve all the necessary dependencies named in the `package.json` file.
## Authors 💻
- **Malcolm R. Kente** - _Initial work_ - [reMRKable Dev](https://remrkabledev.com/)
## Acknowledgments 🗣️
The Net Ninja's [Next.js + Contentful YouTube series](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jClk8wl1yJcN3Zlrr8YSA1)