Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fac24/week1-asmahan-george-bereket-maria
A microblogging site
https://github.com/fac24/week1-asmahan-george-bereket-maria
Last synced: 3 days ago
JSON representation
A microblogging site
- Host: GitHub
- URL: https://github.com/fac24/week1-asmahan-george-bereket-maria
- Owner: fac24
- Created: 2022-05-11T09:13:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T13:32:21.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:41:40.826Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://crocsblog.herokuapp.com/
- Size: 5.17 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐊 crocspace: a microblogging site 👡
*Crocs, whether you love 'em or hate 'em. This is the place to write about them!*
---
## Project features:
- 🖥️ A server run application
- 📜 A page with a form to submit posts
- ✒️ No .html files (all HTML responses have been dynamically within Node)
- 🧮 No client-side JavaScript (all logic happens happen on the server)
- 🎨 Static CSS and styling related files
- ✅ Testing run on Cypress
- 📱A responsive, mobile-first design
- ☮️ Accessability checks to ensure app is available to different users---
## 🧑🤝🧑To use the application as a user:
https://crocsblog.herokuapp.com/---
## 👨💻To run the application as a developer:
- Get the files `git clone https://github.com/fac24/week1-asmahan-george-bereket-maria.git`
- Make sure you go inside the repo folder `cd `
- Install dependencies to get your server running! `npm install`
- Start the server `npm run dev`
- Go on to http://localhost:3000 to visit the appTo run tests:
- Install cyress `npm install -D cypress`
- Ensure your in the project folder and `npm run test`
- Cypress should pop up!
- *Edit the test.js file to make your own tests*
- *Have the server running in one terminal and cypress in another for optimal productivity!*---
### Application screenshots:
*Desktop & mobile*